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

Represents the default scope of bot commands. Default commands are used if no commands with a narrower scope are specified for the user. More...

#include <Types.h>

Public Types

using Ptr = std::shared_ptr<BotCommandScopeDefault>

Public Attributes

std::string type { TYPE }
 Scope type, must be default.

Static Public Attributes

static TGBOT_API const std::string TYPE

Detailed Description

Represents the default scope of bot commands. Default commands are used if no commands with a narrower scope are specified for the user.

Definition at line 1084 of file Types.h.

Member Typedef Documentation

◆ Ptr

Definition at line 1085 of file Types.h.

Member Data Documentation

◆ TYPE

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

Definition at line 1087 of file Types.h.

◆ type

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

Scope type, must be default.

Definition at line 1092 of file Types.h.


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