getFriendChangeLogsByToken

suspend fun SendbirdChat.getFriendChangeLogsByToken(token: String?): FriendChangeLogsResult

Get friend changelogs by token.

Since

4.15.0

Parameters

token

Token to get next friend changelogs. If the token is null, the result will be passed from the beginning.


Get friend changelogs by token.

Since

4.15.0

Parameters

token

Token to get next friend changelogs. If the token is null, the result will be passed from the beginning.

handler

Callback handler.