import { GetChatMemberResponseSuccess } from './GetChatMemberResponseSuccess.generated'; import { GetChatMemberBadRequestResponse } from './GetChatMemberBadRequestResponse.generated'; import { GetChatMemberUnauthorizedResponse } from './GetChatMemberUnauthorizedResponse.generated'; import { GetChatMemberForbiddenResponse } from './GetChatMemberForbiddenResponse.generated'; import { GetChatMemberNotFoundResponse } from './GetChatMemberNotFoundResponse.generated'; import { GetChatMemberConflictResponse } from './GetChatMemberConflictResponse.generated'; import { GetChatMemberTooManyRequestsResponse } from './GetChatMemberTooManyRequestsResponse.generated'; import { GetChatMemberServerErrorResponse } from './GetChatMemberServerErrorResponse.generated'; import { GetChatMemberUnknownErrorResponse } from './GetChatMemberUnknownErrorResponse.generated'; export type GetChatMemberResponse = GetChatMemberResponseSuccess | GetChatMemberBadRequestResponse | GetChatMemberUnauthorizedResponse | GetChatMemberForbiddenResponse | GetChatMemberNotFoundResponse | GetChatMemberConflictResponse | GetChatMemberTooManyRequestsResponse | GetChatMemberServerErrorResponse | GetChatMemberUnknownErrorResponse;