v4.20.0
sendbird-sdk-deployment
released this
07 Nov 01:33
·
10 commits
to main
since this release
Features
- Added new properties in
Reaction
to support more users
class Reaction {
// A list of sampled userIds that have reacted to this Reaction.
val sampledUserIds: List<String>
// A count of the number of users who have reacted to this.
var count: Long
// A flag indicating whether the current user has reacted to this.
var hasCurrentUserReacted: Boolean
}