import { DeleteChatStickerSetResponseSuccess } from './DeleteChatStickerSetResponseSuccess.generated'; import { DeleteChatStickerSetBadRequestResponse } from './DeleteChatStickerSetBadRequestResponse.generated'; import { DeleteChatStickerSetUnauthorizedResponse } from './DeleteChatStickerSetUnauthorizedResponse.generated'; import { DeleteChatStickerSetForbiddenResponse } from './DeleteChatStickerSetForbiddenResponse.generated'; import { DeleteChatStickerSetNotFoundResponse } from './DeleteChatStickerSetNotFoundResponse.generated'; import { DeleteChatStickerSetConflictResponse } from './DeleteChatStickerSetConflictResponse.generated'; import { DeleteChatStickerSetTooManyRequestsResponse } from './DeleteChatStickerSetTooManyRequestsResponse.generated'; import { DeleteChatStickerSetServerErrorResponse } from './DeleteChatStickerSetServerErrorResponse.generated'; import { DeleteChatStickerSetUnknownErrorResponse } from './DeleteChatStickerSetUnknownErrorResponse.generated'; export type DeleteChatStickerSetResponse = DeleteChatStickerSetResponseSuccess | DeleteChatStickerSetBadRequestResponse | DeleteChatStickerSetUnauthorizedResponse | DeleteChatStickerSetForbiddenResponse | DeleteChatStickerSetNotFoundResponse | DeleteChatStickerSetConflictResponse | DeleteChatStickerSetTooManyRequestsResponse | DeleteChatStickerSetServerErrorResponse | DeleteChatStickerSetUnknownErrorResponse;