1#ifndef TGBOT_MESSAGEORIGINCHANNEL_H
2#define TGBOT_MESSAGEORIGINCHANNEL_H
21 static const std::string
TYPE;
23 typedef std::shared_ptr<MessageOriginChannel>
Ptr;
std::shared_ptr< Chat > Ptr
The message was originally sent to a channel chat.
static const std::string TYPE
std::string authorSignature
Optional. Signature of the original post author.
Chat::Ptr chat
Channel chat to which the message was originally sent.
std::int32_t messageId
Unique message identifier inside the chat.
std::shared_ptr< MessageOriginChannel > Ptr
This object describes the origin of a message.
std::string type
Type of the message origin.