FriendChangeLogsResult

data class FriendChangeLogsResult(val updatedUsers: List<User>, val deletedUserIds: List<String>, val hasMore: Boolean, val token: String)

Represents a result from friends changelogs.

Since

4.15.0

See also

Constructors

Link copied to clipboard
constructor(updatedUsers: List<User>, deletedUserIds: List<String>, hasMore: Boolean, token: String)

Properties

Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
val updatedUsers: List<User>