import { SendVideoNoteOptionsApplicationJson } from './SendVideoNoteOptionsApplicationJson.generated'; import { SendVideoNoteOptionsApplicationXWwwFormUrlencoded } from './SendVideoNoteOptionsApplicationXWwwFormUrlencoded.generated'; import { SendVideoNoteOptionsMultipartFormData } from './SendVideoNoteOptionsMultipartFormData.generated'; export type SendVideoNoteOptions = SendVideoNoteOptionsApplicationJson | SendVideoNoteOptionsApplicationXWwwFormUrlencoded | SendVideoNoteOptionsMultipartFormData;