import { BotCommandScope } from './BotCommandScope.generated'; export interface DeleteMyCommandsOptionsApplicationJson { scope?: BotCommandScope; language_code?: string; }