import { SetChatMenuButtonResponseSuccess } from './SetChatMenuButtonResponseSuccess.generated'; import { SetChatMenuButtonBadRequestResponse } from './SetChatMenuButtonBadRequestResponse.generated'; import { SetChatMenuButtonUnauthorizedResponse } from './SetChatMenuButtonUnauthorizedResponse.generated'; import { SetChatMenuButtonForbiddenResponse } from './SetChatMenuButtonForbiddenResponse.generated'; import { SetChatMenuButtonNotFoundResponse } from './SetChatMenuButtonNotFoundResponse.generated'; import { SetChatMenuButtonConflictResponse } from './SetChatMenuButtonConflictResponse.generated'; import { SetChatMenuButtonTooManyRequestsResponse } from './SetChatMenuButtonTooManyRequestsResponse.generated'; import { SetChatMenuButtonServerErrorResponse } from './SetChatMenuButtonServerErrorResponse.generated'; import { SetChatMenuButtonUnknownErrorResponse } from './SetChatMenuButtonUnknownErrorResponse.generated'; export type SetChatMenuButtonResponse = SetChatMenuButtonResponseSuccess | SetChatMenuButtonBadRequestResponse | SetChatMenuButtonUnauthorizedResponse | SetChatMenuButtonForbiddenResponse | SetChatMenuButtonNotFoundResponse | SetChatMenuButtonConflictResponse | SetChatMenuButtonTooManyRequestsResponse | SetChatMenuButtonServerErrorResponse | SetChatMenuButtonUnknownErrorResponse;