addFriends

suspend fun SendbirdChat.addFriends(userIds: List<String>): List<User>

Add friends.

Since

4.15.0

Parameters

userIds

User IDs to add friends.


fun SendbirdChat.addFriends(userIds: List<String>, handler: ResultHandler<List<User>>?)

Add friends.

Since

4.15.0

Parameters

userIds

User IDs to add friends.

handler

Callback handler.