import { GetChatMenuButtonResponseSuccess } from './GetChatMenuButtonResponseSuccess.generated'; import { GetChatMenuButtonBadRequestResponse } from './GetChatMenuButtonBadRequestResponse.generated'; import { GetChatMenuButtonUnauthorizedResponse } from './GetChatMenuButtonUnauthorizedResponse.generated'; import { GetChatMenuButtonForbiddenResponse } from './GetChatMenuButtonForbiddenResponse.generated'; import { GetChatMenuButtonNotFoundResponse } from './GetChatMenuButtonNotFoundResponse.generated'; import { GetChatMenuButtonConflictResponse } from './GetChatMenuButtonConflictResponse.generated'; import { GetChatMenuButtonTooManyRequestsResponse } from './GetChatMenuButtonTooManyRequestsResponse.generated'; import { GetChatMenuButtonServerErrorResponse } from './GetChatMenuButtonServerErrorResponse.generated'; import { GetChatMenuButtonUnknownErrorResponse } from './GetChatMenuButtonUnknownErrorResponse.generated'; export type GetChatMenuButtonResponse = GetChatMenuButtonResponseSuccess | GetChatMenuButtonBadRequestResponse | GetChatMenuButtonUnauthorizedResponse | GetChatMenuButtonForbiddenResponse | GetChatMenuButtonNotFoundResponse | GetChatMenuButtonConflictResponse | GetChatMenuButtonTooManyRequestsResponse | GetChatMenuButtonServerErrorResponse | GetChatMenuButtonUnknownErrorResponse;