1#ifndef TGBOT_MESSAGEORIGINUSER_H
2#define TGBOT_MESSAGEORIGINUSER_H
19 static const std::string
TYPE;
21 typedef std::shared_ptr<MessageOriginUser>
Ptr;
This object describes the origin of a message.
std::string type
Type of the message origin.
The message was originally sent by a known user.
static const std::string TYPE
User::Ptr senderUser
User that sent the message originally.
std::shared_ptr< MessageOriginUser > Ptr
std::shared_ptr< User > Ptr