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

Represents a chat member that isn't currently a member of the chat, but may join it themselves. More...

#include <Types.h>

Public Types

using Ptr = std::shared_ptr<ChatMemberLeft>

Public Attributes

std::string status { STATUS }
 The member's status in the chat, always “left”
std::shared_ptr< Useruser { }
 Information about the user.

Static Public Attributes

static TGBOT_API const std::string STATUS

Detailed Description

Represents a chat member that isn't currently a member of the chat, but may join it themselves.

Definition at line 2515 of file Types.h.

Member Typedef Documentation

◆ Ptr

using TgBot::ChatMemberLeft::Ptr = std::shared_ptr<ChatMemberLeft>

Definition at line 2516 of file Types.h.

Member Data Documentation

◆ STATUS

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

Definition at line 2518 of file Types.h.

◆ status

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

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

Definition at line 2523 of file Types.h.

◆ user

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

Information about the user.

Definition at line 2528 of file Types.h.


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