| tgbot-cpp
    | 
This object represents a list of boosts added to a chat by a user. More...
#include <UserChatBoosts.h>
| Public Types | |
| typedef std::shared_ptr< UserChatBoosts > | Ptr | 
| Public Attributes | |
| std::vector< ChatBoost::Ptr > | 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.
Definition at line 16 of file UserChatBoosts.h.
| typedef std::shared_ptr<UserChatBoosts> TgBot::UserChatBoosts::Ptr | 
Definition at line 19 of file UserChatBoosts.h.
| std::vector<ChatBoost::Ptr> TgBot::UserChatBoosts::boosts | 
The list of boosts added to the chat by the user.
Definition at line 24 of file UserChatBoosts.h.