|
tgbot-cpp
|
The boost was obtained by subscribing to Telegram Premium or by gifting a Telegram Premium subscription to another user. More...
#include <Types.h>
Public Types | |
| using | Ptr = std::shared_ptr<ChatBoostSourcePremium> |
Public Attributes | |
| std::string | source { SOURCE } |
| Source of the boost, always “premium” | |
| std::shared_ptr< User > | user { } |
| User that boosted the chat. | |
Static Public Attributes | |
| static TGBOT_API const std::string | SOURCE |
The boost was obtained by subscribing to Telegram Premium or by gifting a Telegram Premium subscription to another user.
| using TgBot::ChatBoostSourcePremium::Ptr = std::shared_ptr<ChatBoostSourcePremium> |
|
static |
| std::string TgBot::ChatBoostSourcePremium::source { SOURCE } |
| std::shared_ptr<User> TgBot::ChatBoostSourcePremium::user { } |