4.22.0
·
4 commits
to main
since this release
Features
-
Supports for
Poll
feature is added for all message types.- Added
poll
andapplyPoll(poll: Poll)
method inBaseMessage
. - Added
pollId
inFileMessageCreateParams
andMultipleFilesMessageCreateParams
.
- Added
-
Added
sampledReactedUserInfoList
inReaction
to support getting reaction-related data -
Added
ReactedUserInfo
-
Deprecated
sampledUserIds
inReaction
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.