UNPKG

@amityco/ts-sdk-react-native

Version:

Amity Social Cloud Typescript SDK

17 lines 603 B
/** * ```js * import { event } from '@amityco/ts-sdk-react-native' * const response = await event.updateRSVP(eventId, status) * ``` * * Updates an {@link Amity.EventResponse} * * @param eventId The ID of the {@link Amity.EventResponse} to edit * @param bundle The data necessary to update an existing {@link Amity.EventResponse} * @returns the updated {@link Amity.EventResponse} * * @category Event API * @async */ export declare const updateRSVP: (eventId: string, status: Amity.EventResponseStatus) => Promise<Amity.Cached<Amity.EventResponse>>; //# sourceMappingURL=updateRSVP.d.ts.map