tgbot-cpp
|
This object represents a service message about a user boosting a chat. More...
#include <ChatBoostAdded.h>
Public Types | |
typedef std::shared_ptr< ChatBoostAdded > | Ptr |
Public Attributes | |
std::int32_t | boostCount |
Number of boosts added by the user. | |
This object represents a service message about a user boosting a chat.
Definition at line 14 of file ChatBoostAdded.h.
typedef std::shared_ptr<ChatBoostAdded> TgBot::ChatBoostAdded::Ptr |
Definition at line 17 of file ChatBoostAdded.h.
std::int32_t TgBot::ChatBoostAdded::boostCount |
Number of boosts added by the user.
Definition at line 22 of file ChatBoostAdded.h.