|
tgbot-cpp
|
The boost was obtained by the creation of Telegram Premium gift codes to boost a chat. More...
#include <ChatBoostSourceGiftCode.h>
Public Types | |
| typedef std::shared_ptr< ChatBoostSourceGiftCode > | Ptr |
| Public Types inherited from TgBot::ChatBoostSource | |
| typedef std::shared_ptr< ChatBoostSource > | Ptr |
Public Member Functions | |
| ChatBoostSourceGiftCode () | |
| Public Member Functions inherited from TgBot::ChatBoostSource | |
| ChatBoostSource () | |
| virtual | ~ChatBoostSource () |
Static Public Attributes | |
| static const std::string | SOURCE |
Additional Inherited Members | |
| Public Attributes inherited from TgBot::ChatBoostSource | |
| std::string | source |
| Source of the boost. | |
| User::Ptr | user |
| User. | |
The boost was obtained by the creation of Telegram Premium gift codes to boost a chat.
Each such code boosts the chat 4 times for the duration of the corresponding Telegram Premium subscription.
Definition at line 17 of file ChatBoostSourceGiftCode.h.
| typedef std::shared_ptr<ChatBoostSourceGiftCode> TgBot::ChatBoostSourceGiftCode::Ptr |
Definition at line 22 of file ChatBoostSourceGiftCode.h.
|
inline |
Definition at line 24 of file ChatBoostSourceGiftCode.h.
|
static |
Definition at line 20 of file ChatBoostSourceGiftCode.h.