tgbot-cpp
Loading...
Searching...
No Matches
ChatBoostAdded.h
Go to the documentation of this file.
1
#ifndef TGBOT_CHATBOOSTADDED_H
2
#define TGBOT_CHATBOOSTADDED_H
3
4
#include <cstdint>
5
#include <memory>
6
7
namespace
TgBot
{
8
14
class
ChatBoostAdded
{
15
16
public
:
17
typedef
std::shared_ptr<ChatBoostAdded>
Ptr
;
18
22
std::int32_t
boostCount
;
23
};
24
}
25
26
#endif
//TGBOT_CHATBOOSTADDED_H
TgBot::ChatBoostAdded
This object represents a service message about a user boosting a chat.
Definition
ChatBoostAdded.h:14
TgBot::ChatBoostAdded::boostCount
std::int32_t boostCount
Number of boosts added by the user.
Definition
ChatBoostAdded.h:22
TgBot::ChatBoostAdded::Ptr
std::shared_ptr< ChatBoostAdded > Ptr
Definition
ChatBoostAdded.h:17
TgBot
Definition
Api.h:40
include
tgbot
types
ChatBoostAdded.h
Generated on Tue Jun 11 2024 00:46:34 for tgbot-cpp by
1.11.0