|
tgbot-cpp
|
This object represents a boost removed from a chat. More...
#include <Types.h>
Public Types | |
| using | Ptr = std::shared_ptr<ChatBoostRemoved> |
Public Attributes | |
| std::shared_ptr< Chat > | chat { } |
| Chat which was boosted. | |
| std::string | boostId { } |
| Unique identifier of the boost. | |
| std::int32_t | removeDate { } |
| Point in time (Unix timestamp) when the boost was removed. | |
| std::shared_ptr< ChatBoostSource > | source { } |
| Source of the removed boost. | |
| using TgBot::ChatBoostRemoved::Ptr = std::shared_ptr<ChatBoostRemoved> |
| std::string TgBot::ChatBoostRemoved::boostId { } |
| std::shared_ptr<Chat> TgBot::ChatBoostRemoved::chat { } |
| std::int32_t TgBot::ChatBoostRemoved::removeDate { } |
| std::shared_ptr<ChatBoostSource> TgBot::ChatBoostRemoved::source { } |