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