tgbot-cpp
|
Represents a menu button, which opens the bot's list of commands. More...
#include <MenuButtonCommands.h>
Public Types | |
typedef std::shared_ptr< MenuButtonCommands > | Ptr |
Public Types inherited from TgBot::MenuButton | |
typedef std::shared_ptr< MenuButton > | Ptr |
Public Member Functions | |
MenuButtonCommands () | |
Public Member Functions inherited from TgBot::MenuButton | |
MenuButton () | |
virtual | ~MenuButton () |
Static Public Attributes | |
static const std::string | TYPE |
Additional Inherited Members | |
Public Attributes inherited from TgBot::MenuButton | |
std::string | type |
Type of the button. | |
Represents a menu button, which opens the bot's list of commands.
Definition at line 15 of file MenuButtonCommands.h.
typedef std::shared_ptr<MenuButtonCommands> TgBot::MenuButtonCommands::Ptr |
Definition at line 19 of file MenuButtonCommands.h.
|
inline |
Definition at line 21 of file MenuButtonCommands.h.
|
static |
Definition at line 17 of file MenuButtonCommands.h.