tgbot-cpp
Loading...
Searching...
No Matches
TgBot::ChatMemberOwner Class Reference

Represents a chat member that owns the chat and has all administrator privileges. More...

#include <ChatMemberOwner.h>

Inheritance diagram for TgBot::ChatMemberOwner:
TgBot::ChatMember

Public Types

typedef std::shared_ptr< ChatMemberOwnerPtr
 
- Public Types inherited from TgBot::ChatMember
typedef std::shared_ptr< ChatMemberPtr
 

Public Member Functions

 ChatMemberOwner ()
 
- Public Member Functions inherited from TgBot::ChatMember
 ChatMember ()
 
virtual ~ChatMember ()
 

Public Attributes

std::string customTitle
 Custom title for this user.
 
bool isAnonymous
 True, if the user's presence in the chat is hidden.
 
- Public Attributes inherited from TgBot::ChatMember
std::string status
 The member's status in the chat.
 
User::Ptr user
 Information about the user.
 

Static Public Attributes

static const std::string STATUS
 

Detailed Description

Represents a chat member that owns the chat and has all administrator privileges.

Definition at line 16 of file ChatMemberOwner.h.

Member Typedef Documentation

◆ Ptr

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

Definition at line 20 of file ChatMemberOwner.h.

Constructor & Destructor Documentation

◆ ChatMemberOwner()

TgBot::ChatMemberOwner::ChatMemberOwner ( )
inline

Definition at line 22 of file ChatMemberOwner.h.

Member Data Documentation

◆ customTitle

std::string TgBot::ChatMemberOwner::customTitle

Custom title for this user.

Definition at line 29 of file ChatMemberOwner.h.

◆ isAnonymous

bool TgBot::ChatMemberOwner::isAnonymous

True, if the user's presence in the chat is hidden.

Definition at line 34 of file ChatMemberOwner.h.

◆ STATUS

const std::string TgBot::ChatMemberOwner::STATUS
static

Definition at line 18 of file ChatMemberOwner.h.


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