tgbotxx  1.1.6.9
Telegram Bot C++ Library
tgbotxx::ChatMemberMember Struct Reference

Represents a chat member that has no additional privileges or restrictions. https://core.telegram.org/bots/api#chatmembermember. More...

#include <ChatMember.hpp>

Inheritance diagram for tgbotxx::ChatMemberMember:
tgbotxx::ChatMember

Public Member Functions

 ChatMemberMember ()=default
 
 ChatMemberMember (const nl::json &json)
 
- Public Member Functions inherited from tgbotxx::ChatMember
 ChatMember ()=default
 
 ChatMember (const nl::json &json)
 
nl::json toJson () const
 Serializes this object to JSON. More...
 
void fromJson (const nl::json &json)
 Deserializes this object from JSON. More...
 

Additional Inherited Members

- Public Attributes inherited from tgbotxx::ChatMember
std::string status
 The member's status in the chat. More...
 
Ptr< Useruser
 Information about the user. More...
 

Detailed Description

Represents a chat member that has no additional privileges or restrictions. https://core.telegram.org/bots/api#chatmembermember.

Definition at line 190 of file ChatMember.hpp.

Constructor & Destructor Documentation

◆ ChatMemberMember() [1/2]

tgbotxx::ChatMemberMember::ChatMemberMember ( )
default

◆ ChatMemberMember() [2/2]

tgbotxx::ChatMemberMember::ChatMemberMember ( const nl::json &  json)
inlineexplicit

Definition at line 192 of file ChatMember.hpp.


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