tgbot-cpp
|
The message was originally sent to a channel chat. More...
#include <MessageOriginChannel.h>
Public Types | |
typedef std::shared_ptr< MessageOriginChannel > | Ptr |
Public Member Functions | |
MessageOriginChannel () | |
Public Attributes | |
Chat::Ptr | chat |
Channel chat to which the message was originally sent. | |
std::int32_t | messageId |
Unique message identifier inside the chat. | |
std::string | authorSignature |
Optional. Signature of the original post author. | |
Static Public Attributes | |
static const std::string | TYPE |
The message was originally sent to a channel chat.
Definition at line 18 of file MessageOriginChannel.h.
typedef std::shared_ptr<MessageOriginChannel> TgBot::MessageOriginChannel::Ptr |
Definition at line 23 of file MessageOriginChannel.h.
|
inline |
Definition at line 25 of file MessageOriginChannel.h.
std::string TgBot::MessageOriginChannel::authorSignature |
Optional. Signature of the original post author.
Definition at line 42 of file MessageOriginChannel.h.
Chat::Ptr TgBot::MessageOriginChannel::chat |
Channel chat to which the message was originally sent.
Definition at line 32 of file MessageOriginChannel.h.
std::int32_t TgBot::MessageOriginChannel::messageId |
Unique message identifier inside the chat.
Definition at line 37 of file MessageOriginChannel.h.
|
static |
Definition at line 21 of file MessageOriginChannel.h.