tgbot-cpp
Loading...
Searching...
No Matches
TgBot::MenuButtonCommands Class Reference

Represents a menu button, which opens the bot's list of commands. More...

#include <MenuButtonCommands.h>

Inheritance diagram for TgBot::MenuButtonCommands:
TgBot::MenuButton

Public Types

typedef std::shared_ptr< MenuButtonCommandsPtr
 
- Public Types inherited from TgBot::MenuButton
typedef std::shared_ptr< MenuButtonPtr
 

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.
 

Detailed Description

Represents a menu button, which opens the bot's list of commands.

Definition at line 15 of file MenuButtonCommands.h.

Member Typedef Documentation

◆ Ptr

Definition at line 19 of file MenuButtonCommands.h.

Constructor & Destructor Documentation

◆ MenuButtonCommands()

TgBot::MenuButtonCommands::MenuButtonCommands ( )
inline

Definition at line 21 of file MenuButtonCommands.h.

Member Data Documentation

◆ TYPE

const std::string TgBot::MenuButtonCommands::TYPE
static

Definition at line 17 of file MenuButtonCommands.h.


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