import { EditChatInviteLinkResponseSuccess } from './EditChatInviteLinkResponseSuccess.generated'; import { EditChatInviteLinkBadRequestResponse } from './EditChatInviteLinkBadRequestResponse.generated'; import { EditChatInviteLinkUnauthorizedResponse } from './EditChatInviteLinkUnauthorizedResponse.generated'; import { EditChatInviteLinkForbiddenResponse } from './EditChatInviteLinkForbiddenResponse.generated'; import { EditChatInviteLinkNotFoundResponse } from './EditChatInviteLinkNotFoundResponse.generated'; import { EditChatInviteLinkConflictResponse } from './EditChatInviteLinkConflictResponse.generated'; import { EditChatInviteLinkTooManyRequestsResponse } from './EditChatInviteLinkTooManyRequestsResponse.generated'; import { EditChatInviteLinkServerErrorResponse } from './EditChatInviteLinkServerErrorResponse.generated'; import { EditChatInviteLinkUnknownErrorResponse } from './EditChatInviteLinkUnknownErrorResponse.generated'; export type EditChatInviteLinkResponse = EditChatInviteLinkResponseSuccess | EditChatInviteLinkBadRequestResponse | EditChatInviteLinkUnauthorizedResponse | EditChatInviteLinkForbiddenResponse | EditChatInviteLinkNotFoundResponse | EditChatInviteLinkConflictResponse | EditChatInviteLinkTooManyRequestsResponse | EditChatInviteLinkServerErrorResponse | EditChatInviteLinkUnknownErrorResponse;