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

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

Detailed Description

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

Definition at line 8844 of file Types.h.

Member Typedef Documentation

◆ Ptr

Definition at line 8845 of file Types.h.

Member Data Documentation

◆ TYPE

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

Definition at line 8847 of file Types.h.

◆ type

std::string TgBot::MenuButtonCommands::type { TYPE }

Type of the button, must be commands.

Definition at line 8852 of file Types.h.


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