|
tgbotxx 1.1.9.2
Telegram Bot C++ Library
|
#include <tgbotxx/objects/Object.hpp>Go to the source code of this file.
Classes | |
| struct | tgbotxx::BotCommandScope |
| Base class of all bot commands scopes This object represents the scope to which bot commands are applied. Currently, the following 7 scopes are supported: BotCommandScopeDefault BotCommandScopeAllPrivateChats BotCommandScopeAllGroupChats BotCommandScopeAllChatAdministrators BotCommandScopeChat BotCommandScopeChatAdministrators BotCommandScopeChatMember https://core.telegram.org/bots/api#botcommandscope. More... | |
| struct | tgbotxx::BotCommandScopeDefault |
| Represents the default scope of bot commands. Default commands are used if no commands with a narrower scope are specified for the user. More... | |
| struct | tgbotxx::BotCommandScopeAllPrivateChats |
| Represents the scope of bot commands, covering all private chats. More... | |
| struct | tgbotxx::BotCommandScopeAllGroupChats |
| Represents the scope of bot commands, covering all group and supergroup chats. More... | |
| struct | tgbotxx::BotCommandScopeAllChatAdministrators |
| Represents the scope of bot commands, covering all group and supergroup chat administrators. More... | |
| struct | tgbotxx::BotCommandScopeChat |
| Represents the scope of bot commands, covering a specific chat. More... | |
| struct | tgbotxx::BotCommandScopeChatAdministrators |
| Represents the scope of bot commands, covering all administrators of a specific group or supergroup chat. More... | |
| struct | tgbotxx::BotCommandScopeChatMember |
| Represents the scope of bot commands, covering a specific member of a group or supergroup chat. More... | |
Namespaces | |
| namespace | tgbotxx |