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

Represents a chat member that has no additional privileges or restrictions. More...

#include <Types.h>

Public Types

using Ptr = std::shared_ptr<ChatMemberMember>

Public Attributes

std::string status { STATUS }
 The member's status in the chat, always “member”
std::optional< std::string > tag { }
 Optional. Tag of the member.
std::shared_ptr< Useruser { }
 Information about the user.
std::optional< std::int32_t > untilDate { }
 Optional. Date when the user's subscription will expire; Unix time.

Static Public Attributes

static TGBOT_API const std::string STATUS

Detailed Description

Represents a chat member that has no additional privileges or restrictions.

Definition at line 2538 of file Types.h.

Member Typedef Documentation

◆ Ptr

Definition at line 2539 of file Types.h.

Member Data Documentation

◆ STATUS

TGBOT_API const std::string TgBot::ChatMemberMember::STATUS
static

Definition at line 2541 of file Types.h.

◆ status

std::string TgBot::ChatMemberMember::status { STATUS }

The member's status in the chat, always “member”

Definition at line 2546 of file Types.h.

◆ tag

std::optional<std::string> TgBot::ChatMemberMember::tag { }

Optional. Tag of the member.

Definition at line 2551 of file Types.h.

◆ untilDate

std::optional<std::int32_t> TgBot::ChatMemberMember::untilDate { }

Optional. Date when the user's subscription will expire; Unix time.

Definition at line 2561 of file Types.h.

◆ user

std::shared_ptr<User> TgBot::ChatMemberMember::user { }

Information about the user.

Definition at line 2556 of file Types.h.


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