interface BotCommandScopeChatMemberimport { type BotCommandScopeChatMember } from "https://dotland.deno.dev/x/grammy@v1.12.4/types.ts"; Represents the scope of bot commands, covering a specific member of a group or supergroup chat. Propertiestype: "chat_member"Scope type, must be chat_member chat_id: number | stringUnique identifier for the target chat or username of the target supergroup (in the format @supergroupusername) user_id: numberUnique identifier of the target user