tgbot-cpp
Loading...
Searching...
No Matches
TgBot::MessageOriginHiddenUser Struct Reference

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

Detailed Description

The message was originally sent by an unknown user.

Definition at line 9803 of file Types.h.

Member Typedef Documentation

◆ Ptr

Definition at line 9804 of file Types.h.

Member Data Documentation

◆ date

std::int32_t TgBot::MessageOriginHiddenUser::date { }

Date the message was sent originally in Unix time.

Definition at line 9816 of file Types.h.

◆ senderUserName

std::string TgBot::MessageOriginHiddenUser::senderUserName { }

Name of the user that sent the message originally.

Definition at line 9821 of file Types.h.

◆ TYPE

TGBOT_API const std::string TgBot::MessageOriginHiddenUser::TYPE
static

Definition at line 9806 of file Types.h.

◆ type

std::string TgBot::MessageOriginHiddenUser::type { TYPE }

Type of the message origin, always “hidden_user”

Definition at line 9811 of file Types.h.


The documentation for this struct was generated from the following file: