BotCommandScope
This object represents the scope to which bot commands are applied. Currently, the following 7 scopes are supported:
one of
- BotCommandScopeDefault
- BotCommandScopeAllPrivateChats
- BotCommandScopeAllGroupChats
- BotCommandScopeAllChatAdministrators
- BotCommandScopeChat
- BotCommandScopeChatAdministrators
- BotCommandScopeChatMember
import
import type { BotCommandScope } from "@yaebal/types";used by
methods
official Bot API docs: https://core.telegram.org/bots/api/#botcommandscope