tgbot-cpp
|
This object represents a boost removed from a chat. More...
#include <ChatBoostRemoved.h>
Public Types | |
typedef std::shared_ptr< ChatBoostRemoved > | Ptr |
Public Attributes | |
Chat::Ptr | chat |
Chat which was boosted. | |
std::string | boostId |
Unique identifier of the boost. | |
std::uint32_t | removeDate |
Point in time (Unix timestamp) when the boost was removed. | |
ChatBoostSource::Ptr | source |
Source of the removed boost. | |
This object represents a boost removed from a chat.
Definition at line 18 of file ChatBoostRemoved.h.
typedef std::shared_ptr<ChatBoostRemoved> TgBot::ChatBoostRemoved::Ptr |
Definition at line 21 of file ChatBoostRemoved.h.
std::string TgBot::ChatBoostRemoved::boostId |
Unique identifier of the boost.
Definition at line 31 of file ChatBoostRemoved.h.
Chat::Ptr TgBot::ChatBoostRemoved::chat |
Chat which was boosted.
Definition at line 26 of file ChatBoostRemoved.h.
std::uint32_t TgBot::ChatBoostRemoved::removeDate |
Point in time (Unix timestamp) when the boost was removed.
Definition at line 36 of file ChatBoostRemoved.h.
ChatBoostSource::Ptr TgBot::ChatBoostRemoved::source |
Source of the removed boost.
Definition at line 41 of file ChatBoostRemoved.h.