|
tgbot-cpp
|
This object represents a list of boosts added to a chat by a user. More...
#include <Types.h>
Public Types | |
| using | Ptr = std::shared_ptr<UserChatBoosts> |
Public Attributes | |
| std::vector< std::shared_ptr< ChatBoost > > | boosts { } |
| The list of boosts added to the chat by the user. | |
This object represents a list of boosts added to a chat by a user.
| using TgBot::UserChatBoosts::Ptr = std::shared_ptr<UserChatBoosts> |
| std::vector<std::shared_ptr<ChatBoost> > TgBot::UserChatBoosts::boosts { } |