import { GetForumTopicIconStickersResponseSuccess } from './GetForumTopicIconStickersResponseSuccess.generated'; import { GetForumTopicIconStickersBadRequestResponse } from './GetForumTopicIconStickersBadRequestResponse.generated'; import { GetForumTopicIconStickersUnauthorizedResponse } from './GetForumTopicIconStickersUnauthorizedResponse.generated'; import { GetForumTopicIconStickersForbiddenResponse } from './GetForumTopicIconStickersForbiddenResponse.generated'; import { GetForumTopicIconStickersNotFoundResponse } from './GetForumTopicIconStickersNotFoundResponse.generated'; import { GetForumTopicIconStickersConflictResponse } from './GetForumTopicIconStickersConflictResponse.generated'; import { GetForumTopicIconStickersTooManyRequestsResponse } from './GetForumTopicIconStickersTooManyRequestsResponse.generated'; import { GetForumTopicIconStickersServerErrorResponse } from './GetForumTopicIconStickersServerErrorResponse.generated'; import { GetForumTopicIconStickersUnknownErrorResponse } from './GetForumTopicIconStickersUnknownErrorResponse.generated'; export type GetForumTopicIconStickersResponse = GetForumTopicIconStickersResponseSuccess | GetForumTopicIconStickersBadRequestResponse | GetForumTopicIconStickersUnauthorizedResponse | GetForumTopicIconStickersForbiddenResponse | GetForumTopicIconStickersNotFoundResponse | GetForumTopicIconStickersConflictResponse | GetForumTopicIconStickersTooManyRequestsResponse | GetForumTopicIconStickersServerErrorResponse | GetForumTopicIconStickersUnknownErrorResponse;