1#ifndef TGBOT_MESSAGEORIGINCHAT_H
2#define TGBOT_MESSAGEORIGINCHAT_H
20 static const std::string
TYPE;
22 typedef std::shared_ptr<MessageOriginChat>
Ptr;
std::shared_ptr< Chat > Ptr
The message was originally sent on behalf of a chat to a group chat.
std::string authorSignature
Optional. For messages originally sent by an anonymous chat administrator, original message author si...
static const std::string TYPE
Chat::Ptr senderChat
Chat that sent the message originally.
std::shared_ptr< MessageOriginChat > Ptr
This object describes the origin of a message.
std::string type
Type of the message origin.