1#ifndef TGBOT_CHATBOOSTREMOVED_H
2#define TGBOT_CHATBOOSTREMOVED_H
21 typedef std::shared_ptr<ChatBoostRemoved>
Ptr;
This object represents a boost removed from a chat.
Chat::Ptr chat
Chat which was boosted.
std::shared_ptr< ChatBoostRemoved > Ptr
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.
std::shared_ptr< ChatBoostSource > Ptr
std::shared_ptr< Chat > Ptr