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

Describes that no specific value for the menu button was set. https://core.telegram.org/bots/api#menubuttondefault. More...

#include <MenuButton.hpp>

Inheritance diagram for tgbotxx::MenuButtonDefault:
tgbotxx::MenuButton

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. More...
 
virtual void fromJson (const nl::json &json)
 Deserializes this object from JSON. More...
 

Additional Inherited Members

- Public Attributes inherited from tgbotxx::MenuButton
std::string type
 Type of the button. More...
 

Detailed Description

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.

Constructor & Destructor Documentation

◆ MenuButtonDefault() [1/2]

tgbotxx::MenuButtonDefault::MenuButtonDefault ( )
inline

Definition at line 46 of file MenuButton.hpp.

◆ MenuButtonDefault() [2/2]

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

Definition at line 49 of file MenuButton.hpp.


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