1#ifndef TGBOT_USERCHATBOOSTS_H
2#define TGBOT_USERCHATBOOSTS_H
19 typedef std::shared_ptr<UserChatBoosts>
Ptr;
This object represents a list of boosts added to a chat by a user.
std::shared_ptr< UserChatBoosts > Ptr
std::vector< ChatBoost::Ptr > boosts
The list of boosts added to the chat by the user.