|
tgbotxx 1.1.9.2
Telegram Bot C++ Library
|
Describes that no specific value for the menu button was set. https://core.telegram.org/bots/api#menubuttondefault. More...
#include <MenuButton.hpp>
Public Member Functions | |
| MenuButtonDefault () | |
| MenuButtonDefault (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. | |
Describes that no specific value for the menu button was set. https://core.telegram.org/bots/api#menubuttondefault.
Definition at line 45 of file MenuButton.hpp.
|
inline |
Definition at line 46 of file MenuButton.hpp.
|
inlineexplicit |
Definition at line 49 of file MenuButton.hpp.