@amityco/ts-sdk-react-native
Version:
Amity Social Cloud Typescript SDK
14 lines • 428 B
TypeScript
/**
* ```js
* import { CommentRepository } from '@amityco/ts-sdk-react-native'
* 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