@amityco/ts-sdk-react-native
Version:
Amity Social Cloud Typescript SDK
14 lines • 407 B
TypeScript
/**
* ```js
* import { UserRepository } from '@amityco/ts-sdk-react-native'
* const unflagged = await UserRepository.unflagUser('post', postId)
* ```
*
* @param userId The ID of the user to unflag
* @returns the deleted report result
*
* @category User API
* @async
* */
export declare const unflagUser: (userId: Amity.User['userId']) => Promise<boolean>;
//# sourceMappingURL=unflagUser.d.ts.map