|
tgbot-cpp
|
Represents a chat member that owns the chat and has all administrator privileges. More...
#include <Types.h>
Public Types | |
| using | Ptr = std::shared_ptr<ChatMemberOwner> |
Public Attributes | |
| std::string | status { STATUS } |
| The member's status in the chat, always “creator” | |
| std::shared_ptr< User > | user { } |
| Information about the user. | |
| bool | isAnonymous { } |
| True, if the user's presence in the chat is hidden. | |
| std::optional< std::string > | customTitle { } |
| Optional. Custom title for this user. | |
Static Public Attributes | |
| static TGBOT_API const std::string | STATUS |
Represents a chat member that owns the chat and has all administrator privileges.
| using TgBot::ChatMemberOwner::Ptr = std::shared_ptr<ChatMemberOwner> |
| std::optional<std::string> TgBot::ChatMemberOwner::customTitle { } |
| bool TgBot::ChatMemberOwner::isAnonymous { } |
|
static |
| std::string TgBot::ChatMemberOwner::status { STATUS } |
| std::shared_ptr<User> TgBot::ChatMemberOwner::user { } |