Skip to content

4.22.0

Compare
Choose a tag to compare
@sendbird-sdk-deployment sendbird-sdk-deployment released this 20 Dec 05:07
· 4 commits to main since this release
dc7c367

Features

  • Supports for Poll feature is added for all message types.

    • Added poll and applyPoll(poll: Poll) method in BaseMessage.
    • Added pollId in FileMessageCreateParams and MultipleFilesMessageCreateParams.
  • Added sampledReactedUserInfoList in Reaction to support getting reaction-related data

  • Added ReactedUserInfo

  • Deprecated sampledUserIds in Reaction

class Reaction {
    val sampledReactedUserInfoList: List<ReactedUserInfo>
}

Improvements

  • Improved sender profile update in super group channel.
  • Fixed a bug where connecting fails with a user ID containing special characters.