import { SetChatDescriptionOptionsApplicationJson } from './SetChatDescriptionOptionsApplicationJson.generated'; import { SetChatDescriptionOptionsApplicationXWwwFormUrlencoded } from './SetChatDescriptionOptionsApplicationXWwwFormUrlencoded.generated'; import { SetChatDescriptionOptionsMultipartFormData } from './SetChatDescriptionOptionsMultipartFormData.generated'; export type SetChatDescriptionOptions = SetChatDescriptionOptionsApplicationJson | SetChatDescriptionOptionsApplicationXWwwFormUrlencoded | SetChatDescriptionOptionsMultipartFormData;