export interface BotCommandScopeChatMember { type: string; chat_id: number | string; user_id: number; }