Skip to main content
Module

x/mtkruto/3_types.ts>BotCommandScope

[WIP] Cross-runtime JavaScript library for building Telegram clients
Go to Latest
type alias BotCommandScope
import { type BotCommandScope } from "https://deno.land/x/mtkruto@0.1.105/3_types.ts";
definition:
| BotCommandScope.Default
| BotCommandScope.AllPrivateChats
| BotCommandScope.AllGroupChats
| BotCommandScope.AllChatAdministrators
| BotCommandScope.Chat
| BotCommandScope.ChatAdministrators
| BotCommandScope.ChatMember