import { SetChatDescriptionResponseSuccess } from './SetChatDescriptionResponseSuccess.generated'; import { SetChatDescriptionBadRequestResponse } from './SetChatDescriptionBadRequestResponse.generated'; import { SetChatDescriptionUnauthorizedResponse } from './SetChatDescriptionUnauthorizedResponse.generated'; import { SetChatDescriptionForbiddenResponse } from './SetChatDescriptionForbiddenResponse.generated'; import { SetChatDescriptionNotFoundResponse } from './SetChatDescriptionNotFoundResponse.generated'; import { SetChatDescriptionConflictResponse } from './SetChatDescriptionConflictResponse.generated'; import { SetChatDescriptionTooManyRequestsResponse } from './SetChatDescriptionTooManyRequestsResponse.generated'; import { SetChatDescriptionServerErrorResponse } from './SetChatDescriptionServerErrorResponse.generated'; import { SetChatDescriptionUnknownErrorResponse } from './SetChatDescriptionUnknownErrorResponse.generated'; export type SetChatDescriptionResponse = SetChatDescriptionResponseSuccess | SetChatDescriptionBadRequestResponse | SetChatDescriptionUnauthorizedResponse | SetChatDescriptionForbiddenResponse | SetChatDescriptionNotFoundResponse | SetChatDescriptionConflictResponse | SetChatDescriptionTooManyRequestsResponse | SetChatDescriptionServerErrorResponse | SetChatDescriptionUnknownErrorResponse;