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

Represents the scope of bot commands, covering all group and supergroup chat administrators. More...

#include <Types.h>

Public Types

using Ptr = std::shared_ptr<BotCommandScopeAllChatAdministrators>

Public Attributes

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

Static Public Attributes

static TGBOT_API const std::string TYPE

Detailed Description

Represents the scope of bot commands, covering all group and supergroup chat administrators.

Definition at line 950 of file Types.h.

Member Typedef Documentation

◆ Ptr

Member Data Documentation

◆ TYPE

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

Definition at line 953 of file Types.h.

◆ type

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

Scope type, must be all_chat_administrators.

Definition at line 958 of file Types.h.


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