@amityco/ts-sdk-react-native
Version:
Amity Social Cloud Typescript SDK
16 lines • 528 B
TypeScript
/**
* ```js
* import { UserRepository } from '@amityco/ts-sdk-react-native'
* await UserRepository.Relationship.declineMyFollower('foobar')
* ```
*
* Decline the follow request or delete the follower
*
* @param userId the ID of the {@link Amity.InternalUser} follower
* @returns A success boolean if the follow request was decline
*
* @category Follow API
* @async
*/
export declare const declineMyFollower: (userId: Amity.InternalUser['userId']) => Promise<boolean>;
//# sourceMappingURL=declineMyFollower.d.ts.map