interface BotCommandScopeChatimport { type BotCommandScopeChat } from "https://dotland.deno.dev/x/grammy@v1.12.0/types.deno.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)