import { SendChatActionOptionsApplicationJson } from './SendChatActionOptionsApplicationJson.generated'; import { SendChatActionOptionsApplicationXWwwFormUrlencoded } from './SendChatActionOptionsApplicationXWwwFormUrlencoded.generated'; import { SendChatActionOptionsMultipartFormData } from './SendChatActionOptionsMultipartFormData.generated'; export type SendChatActionOptions = SendChatActionOptionsApplicationJson | SendChatActionOptionsApplicationXWwwFormUrlencoded | SendChatActionOptionsMultipartFormData;