|
tgbot-cpp
|
Represents a menu button, which opens the bot's list of commands. More...
#include <Types.h>
Public Types | |
| using | Ptr = std::shared_ptr<MenuButtonCommands> |
Public Attributes | |
| std::string | type { TYPE } |
| Type of the button, must be commands. | |
Static Public Attributes | |
| static TGBOT_API const std::string | TYPE |
Represents a menu button, which opens the bot's list of commands.
| using TgBot::MenuButtonCommands::Ptr = std::shared_ptr<MenuButtonCommands> |
|
static |
| std::string TgBot::MenuButtonCommands::type { TYPE } |