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

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

#include <BotCommandScope.hpp>

Inheritance diagram for tgbotxx::BotCommandScopeAllGroupChats:
tgbotxx::BotCommandScope

Public Member Functions

 BotCommandScopeAllGroupChats ()
 
 BotCommandScopeAllGroupChats (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 chats.

Definition at line 63 of file BotCommandScope.hpp.

Constructor & Destructor Documentation

◆ BotCommandScopeAllGroupChats() [1/2]

tgbotxx::BotCommandScopeAllGroupChats::BotCommandScopeAllGroupChats ( )
inline

Definition at line 64 of file BotCommandScope.hpp.

◆ BotCommandScopeAllGroupChats() [2/2]

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

Definition at line 67 of file BotCommandScope.hpp.


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