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

Represents the scope of bot commands, covering all private chats. More...

#include <BotCommandScope.hpp>

Inheritance diagram for tgbotxx::BotCommandScopeAllPrivateChats:
tgbotxx::BotCommandScope

Public Member Functions

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

Definition at line 53 of file BotCommandScope.hpp.

Constructor & Destructor Documentation

◆ BotCommandScopeAllPrivateChats() [1/2]

tgbotxx::BotCommandScopeAllPrivateChats::BotCommandScopeAllPrivateChats ( )
inline

Definition at line 54 of file BotCommandScope.hpp.

◆ BotCommandScopeAllPrivateChats() [2/2]

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

Definition at line 57 of file BotCommandScope.hpp.


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