@amityco/ts-sdk-react-native
Version:
Amity Social Cloud Typescript SDK
16 lines • 527 B
TypeScript
/**
*
* Mark subChannel as read by readToSegment
*
* @param subChannelIds the IDs of the {@link Amity.SubChannel} to update
* @param readToSegment the segment to mark as read
* @returns a success boolean if the {@link Amity.SubChannel} was updated
*
* @category Channel API
* @async
*/
export declare const markAsReadBySegment: ({ subChannelId, readToSegment, }: {
subChannelId: Amity.SubChannel['subChannelId'];
readToSegment: number;
}) => Promise<boolean>;
//# sourceMappingURL=markAsReadBySegment.d.ts.map