interface BotCommandScopeChatimport { type BotCommandScopeChat } from "https://deno.land/x/grammy@v1.10.1/types.ts"; Represents the scope of bot commands, covering a specific chat. Propertiestype: "chat"Scope type, must be chat chat_id: number | stringUnique identifier for the target chat or username of the target supergroup (in the format @supergroupusername)