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

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

#include <Types.h>

Public Types

using Ptr = std::shared_ptr<BotCommandScopeAllGroupChats>

Public Attributes

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

Static Public Attributes

static TGBOT_API const std::string TYPE

Detailed Description

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

Definition at line 968 of file Types.h.

Member Typedef Documentation

◆ Ptr

Definition at line 969 of file Types.h.

Member Data Documentation

◆ TYPE

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

Definition at line 971 of file Types.h.

◆ type

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

Scope type, must be all_group_chats.

Definition at line 976 of file Types.h.


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