updateUsers
fun Collection<Channel>.updateUsers(users: Map<String, User>): List<Channel>
Content copied to clipboard
Updates collection of channels with more recent data of users.
fun Collection<Member>.updateUsers(userMap: Map<String, User>): Collection<Member>
Content copied to clipboard
Updates collection of members with more recent data of users.
fun Collection<Message>.updateUsers(users: Map<String, User>): List<Message>
Content copied to clipboard
Updates collection of messages with more recent data of users.
Updates a message with more recent data of users. It updates author user, latestReactions, replyTo message, mentionedUsers, threadParticipants and pinnedBy user of this instance.
Updates a collection of users by more fresh value of users.