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

Represents the scope of bot commands, covering all group and supergroup chat administrators. More...

#include <BotCommandScope.hpp>

Inheritance diagram for tgbotxx::BotCommandScopeAllChatAdministrators:
tgbotxx::BotCommandScope

Public Member Functions

 BotCommandScopeAllChatAdministrators ()
 
 BotCommandScopeAllChatAdministrators (const nl::json &json)
 
- Public Member Functions inherited from tgbotxx::BotCommandScope
 BotCommandScope ()=default
 
 BotCommandScope (const nl::json &json)
 
virtual ~BotCommandScope ()=default
 
virtual nl::json toJson () const
 
virtual void fromJson (const nl::json &json)
 

Additional Inherited Members

- Public Attributes inherited from tgbotxx::BotCommandScope
std::string type
 Scope type. More...
 

Detailed Description

Represents the scope of bot commands, covering all group and supergroup chat administrators.

Definition at line 73 of file BotCommandScope.hpp.

Constructor & Destructor Documentation

◆ BotCommandScopeAllChatAdministrators() [1/2]

tgbotxx::BotCommandScopeAllChatAdministrators::BotCommandScopeAllChatAdministrators ( )
inline

Definition at line 74 of file BotCommandScope.hpp.

◆ BotCommandScopeAllChatAdministrators() [2/2]

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

Definition at line 77 of file BotCommandScope.hpp.


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