tgbot-cpp
TgBot::ChatMember Class Reference

#include <ChatMember.h>

Public Types

typedef std::shared_ptr< ChatMemberPtr
 

Public Attributes

User::Ptr user
 
std::string status
 

Detailed Description

This object contains information about one member of the chat.

Definition at line 19 of file ChatMember.h.

Member Typedef Documentation

◆ Ptr

typedef std::shared_ptr<ChatMember> TgBot::ChatMember::Ptr

Definition at line 21 of file ChatMember.h.

Member Data Documentation

◆ status

std::string TgBot::ChatMember::status

The member's status in the chat. Can be “creator”, “administrator”, “member”, “left” or “kicked”

Definition at line 31 of file ChatMember.h.

◆ user

User::Ptr TgBot::ChatMember::user

Information about the user

Definition at line 26 of file ChatMember.h.


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