|
tgbot-cpp
|
The message was originally sent by a known user. More...
#include <Types.h>
Public Types | |
| using | Ptr = std::shared_ptr<MessageOriginUser> |
Public Attributes | |
| std::string | type { TYPE } |
| Type of the message origin, always “user” | |
| std::int32_t | date { } |
| Date the message was sent originally in Unix time. | |
| std::shared_ptr< User > | senderUser { } |
| User that sent the message originally. | |
Static Public Attributes | |
| static TGBOT_API const std::string | TYPE |
| using TgBot::MessageOriginUser::Ptr = std::shared_ptr<MessageOriginUser> |
| std::int32_t TgBot::MessageOriginUser::date { } |
| std::shared_ptr<User> TgBot::MessageOriginUser::senderUser { } |
|
static |
| std::string TgBot::MessageOriginUser::type { TYPE } |