UNPKG

@amityco/ts-sdk

Version:

Amity Social Cloud Typescript SDK

14 lines 415 B
/** * ```js * import { CommentRepository } from '@amityco/ts-sdk' * const unflagged = await CommentRepository.unflagComment('commentId') * ``` * * @param commentId The ID of comment to unflag * @returns the unflagged result * * @category Comment API * @async * */ export declare const unflagComment: (commentId: Amity.Comment['commentId']) => Promise<boolean>; //# sourceMappingURL=unflagComment.d.ts.map