export interface BotCommandScopeChat { type: string; chat_id: number | string; }