1#ifndef TGBOT_CHATBOOST_H
2#define TGBOT_CHATBOOST_H
20 typedef std::shared_ptr<ChatBoost>
Ptr;
This object contains information about a chat boost.
std::string boostId
Unique identifier of the boost.
std::uint32_t expirationDate
Point in time (Unix timestamp) when the boost will automatically expire, unless the booster's Telegra...
std::uint32_t addDate
Point in time (Unix timestamp) when the chat was boosted.
std::shared_ptr< ChatBoost > Ptr
ChatBoostSource::Ptr source
Source of the added boost.
std::shared_ptr< ChatBoostSource > Ptr