BotCommandScopeType
: string
in package
This object represents the scope to which bot commands are applied.
Source: https://core.telegram.org/bots/api#botcommandscope
Table of Contents
Cases
- AllChatAdministrators = 'all_chat_administrators'
- AllGroupChats = 'all_group_chats'
- AllPrivateChats = 'all_private_chats'
- Chat = 'chat'
- ChatAdministrators = 'chat_administrators'
- ChatMember = 'chat_member'
- Default = 'default'