|
tgbot-cpp
|
The message was originally sent on behalf of a chat to a group chat. More...
#include <MessageOriginChat.h>
Public Types | |
| typedef std::shared_ptr< MessageOriginChat > | Ptr |
Public Member Functions | |
| MessageOriginChat () | |
Public Attributes | |
| Chat::Ptr | senderChat |
| Chat that sent the message originally. | |
| std::string | authorSignature |
| Optional. For messages originally sent by an anonymous chat administrator, original message author signature. | |
Static Public Attributes | |
| static const std::string | TYPE |
The message was originally sent on behalf of a chat to a group chat.
Definition at line 17 of file MessageOriginChat.h.
| typedef std::shared_ptr<MessageOriginChat> TgBot::MessageOriginChat::Ptr |
Definition at line 22 of file MessageOriginChat.h.
|
inline |
Definition at line 24 of file MessageOriginChat.h.
| std::string TgBot::MessageOriginChat::authorSignature |
Optional. For messages originally sent by an anonymous chat administrator, original message author signature.
Definition at line 36 of file MessageOriginChat.h.
| Chat::Ptr TgBot::MessageOriginChat::senderChat |
Chat that sent the message originally.
Definition at line 31 of file MessageOriginChat.h.
|
static |
Definition at line 20 of file MessageOriginChat.h.