tgbot-cpp
|
This object contains information about a chat boost. More...
#include <ChatBoost.h>
Public Types | |
typedef std::shared_ptr< ChatBoost > | Ptr |
Public Attributes | |
std::string | boostId |
Unique identifier of the boost. | |
std::uint32_t | addDate |
Point in time (Unix timestamp) when the chat was boosted. | |
std::uint32_t | expirationDate |
Point in time (Unix timestamp) when the boost will automatically expire, unless the booster's Telegram Premium subscription is prolonged. | |
ChatBoostSource::Ptr | source |
Source of the added boost. | |
This object contains information about a chat boost.
Definition at line 17 of file ChatBoost.h.
typedef std::shared_ptr<ChatBoost> TgBot::ChatBoost::Ptr |
Definition at line 20 of file ChatBoost.h.
std::uint32_t TgBot::ChatBoost::addDate |
Point in time (Unix timestamp) when the chat was boosted.
Definition at line 30 of file ChatBoost.h.
std::string TgBot::ChatBoost::boostId |
Unique identifier of the boost.
Definition at line 25 of file ChatBoost.h.
std::uint32_t TgBot::ChatBoost::expirationDate |
Point in time (Unix timestamp) when the boost will automatically expire, unless the booster's Telegram Premium subscription is prolonged.
Definition at line 35 of file ChatBoost.h.
ChatBoostSource::Ptr TgBot::ChatBoost::source |
Source of the added boost.
Definition at line 40 of file ChatBoost.h.