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

Represents the scope of bot commands, covering all administrators of a specific group or supergroup chat. More...

#include <BotCommandScopeChatAdministrators.h>

Inheritance diagram for TgBot::BotCommandScopeChatAdministrators:
TgBot::BotCommandScope

Public Types

typedef std::shared_ptr< BotCommandScopeChatAdministratorsPtr
 
- Public Types inherited from TgBot::BotCommandScope
typedef std::shared_ptr< BotCommandScopePtr
 

Public Member Functions

 BotCommandScopeChatAdministrators ()
 
- Public Member Functions inherited from TgBot::BotCommandScope
 BotCommandScope ()
 
virtual ~BotCommandScope ()
 

Public Attributes

std::int64_t chatId
 Unique identifier for the target chat or username of the target supergroup (in the format @supergroupusername)
 
- Public Attributes inherited from TgBot::BotCommandScope
std::string type
 Scope type.
 

Static Public Attributes

static const std::string TYPE
 

Detailed Description

Represents the scope of bot commands, covering all administrators of a specific group or supergroup chat.

Definition at line 16 of file BotCommandScopeChatAdministrators.h.

Member Typedef Documentation

◆ Ptr

Constructor & Destructor Documentation

◆ BotCommandScopeChatAdministrators()

TgBot::BotCommandScopeChatAdministrators::BotCommandScopeChatAdministrators ( )
inline

Definition at line 22 of file BotCommandScopeChatAdministrators.h.

Member Data Documentation

◆ chatId

std::int64_t TgBot::BotCommandScopeChatAdministrators::chatId

Unique identifier for the target chat or username of the target supergroup (in the format @supergroupusername)

Definition at line 29 of file BotCommandScopeChatAdministrators.h.

◆ TYPE

const std::string TgBot::BotCommandScopeChatAdministrators::TYPE
static

Definition at line 18 of file BotCommandScopeChatAdministrators.h.


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