alias Tourmaline::BotCommandScope
Overview
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
Alias Definition
Tourmaline::BotCommandScopeAllChatAdministrators | Tourmaline::BotCommandScopeAllGroupChats | Tourmaline::BotCommandScopeAllPrivateChats | Tourmaline::BotCommandScopeChat | Tourmaline::BotCommandScopeChatAdministrators | Tourmaline::BotCommandScopeChatMember | Tourmaline::BotCommandScopeDefault