get Members Change Logs By Ts
fun SendbirdChat.getMembersChangeLogsByTs(ts: Long, handler: ResultHandler<MembersChangeLogsResult>?)
Requests the changelogs of members of group channels the current user is joined in.
Since
4.15.0
Parameters
ts
Timestamp to load changelogs. Changelogs after this timestamp will be returned.
handler
Callback handler.
Deprecated
As of 4.17.0, replaced with awaitGetMembersChangeLogsByTs(ts).
Replace with
awaitGetMembersChangeLogsByTs(ts)
Content copied to clipboard
Requests the changelogs of members of group channels the current user is joined in.
Since
4.15.0
Parameters
ts
Timestamp to load changelogs. Changelogs after this timestamp will be returned.