|
tgbotxx 1.1.9.2
Telegram Bot C++ Library
|
Represents a menu button, which opens the bot's list of commands. https://core.telegram.org/bots/api#menubuttoncommands. More...
#include <MenuButton.hpp>
Public Member Functions | |
| MenuButtonCommands () | |
| MenuButtonCommands (const nl::json &json) | |
Public Member Functions inherited from tgbotxx::MenuButton | |
| MenuButton ()=default | |
| MenuButton (const nl::json &json) | |
| virtual | ~MenuButton ()=default |
| virtual nl::json | toJson () const |
| Serializes this object to JSON. | |
| virtual void | fromJson (const nl::json &json) |
| Deserializes this object from JSON. | |
Additional Inherited Members | |
Public Attributes inherited from tgbotxx::MenuButton | |
| std::string | type |
| Type of the button. | |
Represents a menu button, which opens the bot's list of commands. https://core.telegram.org/bots/api#menubuttoncommands.
Definition at line 87 of file MenuButton.hpp.
|
inline |
Definition at line 88 of file MenuButton.hpp.
|
inlineexplicit |
Definition at line 91 of file MenuButton.hpp.