Package ai.nexconn.chat.params
Class AddFriendParams
-
- All Implemented Interfaces:
public final class AddFriendParamsAdd friend request Parameter.
Usage Example:
val params = AddFriendParams("userId").apply { extra = "Hello, please add me friend" } NCEngine.user.addFriend(params) { resultCode, error -> // ... }
-
-
Constructor Summary
Constructors Constructor Description AddFriendParams(String userId)
-