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