tgbot-cpp
|
This object represents a boost added to a chat or changed. More...
#include <ChatBoostUpdated.h>
Public Types | |
typedef std::shared_ptr< ChatBoostUpdated > | Ptr |
Public Attributes | |
Chat::Ptr | chat |
Chat which was boosted. | |
ChatBoost::Ptr | boost |
Information about the chat boost. | |
This object represents a boost added to a chat or changed.
Definition at line 16 of file ChatBoostUpdated.h.
typedef std::shared_ptr<ChatBoostUpdated> TgBot::ChatBoostUpdated::Ptr |
Definition at line 19 of file ChatBoostUpdated.h.
ChatBoost::Ptr TgBot::ChatBoostUpdated::boost |
Information about the chat boost.
Definition at line 29 of file ChatBoostUpdated.h.
Chat::Ptr TgBot::ChatBoostUpdated::chat |
Chat which was boosted.
Definition at line 24 of file ChatBoostUpdated.h.