|
tgbot-cpp
|
This object represents a boost added to a chat or changed. More...
#include <Types.h>
Public Types | |
| using | Ptr = std::shared_ptr<ChatBoostUpdated> |
Public Attributes | |
| std::shared_ptr< Chat > | chat { } |
| Chat which was boosted. | |
| std::shared_ptr< ChatBoost > | boost { } |
| Information about the chat boost. | |
| using TgBot::ChatBoostUpdated::Ptr = std::shared_ptr<ChatBoostUpdated> |
| std::shared_ptr<ChatBoost> TgBot::ChatBoostUpdated::boost { } |
| std::shared_ptr<Chat> TgBot::ChatBoostUpdated::chat { } |