Skip to content

GramIO API Reference / gramio/dist / TelegramBotCommandScope

Type Alias: TelegramBotCommandScope

TelegramBotCommandScope = TelegramBotCommandScopeDefault | TelegramBotCommandScopeAllPrivateChats | TelegramBotCommandScopeAllGroupChats | TelegramBotCommandScopeAllChatAdministrators | TelegramBotCommandScopeChat | TelegramBotCommandScopeChatAdministrators | TelegramBotCommandScopeChatMember

Defined in: @gramio/types/out/objects.d.ts:5128

This object represents the scope to which bot commands are applied. Currently, the following 7 scopes are supported:

Documentation