tgbotxx
1.1.6.9
Telegram Bot C++ Library
|
Represents the scope of bot commands, covering all group and supergroup chats. More...
#include <BotCommandScope.hpp>
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... | |
Represents the scope of bot commands, covering all group and supergroup chats.
Definition at line 63 of file BotCommandScope.hpp.
|
inline |
Definition at line 64 of file BotCommandScope.hpp.
|
inlineexplicit |
Definition at line 67 of file BotCommandScope.hpp.