tgbot-cpp
|
This object describes the source of a chat boost. More...
#include <ChatBoostSource.h>
Public Types | |
typedef std::shared_ptr< ChatBoostSource > | Ptr |
Public Member Functions | |
ChatBoostSource () | |
virtual | ~ChatBoostSource () |
Public Attributes | |
std::string | source |
Source of the boost. | |
User::Ptr | user |
User. | |
This object describes the source of a chat boost.
It can be one of
Definition at line 21 of file ChatBoostSource.h.
typedef std::shared_ptr<ChatBoostSource> TgBot::ChatBoostSource::Ptr |
Definition at line 24 of file ChatBoostSource.h.
|
inline |
Definition at line 26 of file ChatBoostSource.h.
|
inlinevirtual |
Definition at line 28 of file ChatBoostSource.h.
std::string TgBot::ChatBoostSource::source |
Source of the boost.
Definition at line 33 of file ChatBoostSource.h.
User::Ptr TgBot::ChatBoostSource::user |
User.
Definition at line 38 of file ChatBoostSource.h.