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