1#ifndef TGBOT_MESSAGEORIGINHIDDENUSER_H
2#define TGBOT_MESSAGEORIGINHIDDENUSER_H
19 static const std::string
TYPE;
21 typedef std::shared_ptr<MessageOriginHiddenUser>
Ptr;
The message was originally sent by an unknown user.
std::shared_ptr< MessageOriginHiddenUser > Ptr
MessageOriginHiddenUser()
static const std::string TYPE
std::string senderUserName
Name of the user that sent the message originally.
This object describes the origin of a message.
std::string type
Type of the message origin.