@sendbird/chat
Advanced tools
Changelog
v4.14.1 (Aug 14, 2024)
customTypeFilters
in UnreadItemCountParams
customTypesFilter
in UnreadItemCountParams
Changelog
v4.14.0 (Aug 07, 2024)
Support pinned message
in OpenChannel
pinnedMessageIds
property in BaseChannel
createPinnedMessageListQuery
method in BaseChannel
pinMessage
method in BaseChannel
unpinMessage
method in BaseChannel
lastPinnedMessage
property in OpenChannel
onPinnedMessageUpdated
in OpenChannelHandler
customTypeFilters
in UnreadItemCountParams
Changelog
v4.13.3 (Aug 01, 2024)
Changelog
v4.13.2 (Jul 31, 2024)
hasBot
and hasAiBot
in GroupChannel
version
to MessageForm
MessageForm.isSubmitted
is evaluated as true for a MessageForm
of which every MessageFormItem.required
is false and the message form is not yet submittedmessageCollection
Changelog
v4.13.1 (Jul 08, 2024)
MessageForm
to support backward compatibilityChangelog
v4.13.0 (Jul 03, 2024)
SDK now supports MessageForm
! Form message can only be sent through AI Chatbot in Sendbird dashboard.
MessageForm
MessageFormItem
MessageFormItemStyle
,MessageFormItemLayout
,MessageFormItemResultCount
,submitMessageForm()
in BaseMessage
submitMessageForm(data)
in BaseMessage
sb.authenticate()
sb.feedChannel.getTotalUnreadNotificationCount()
sb.authenticateFeed()
sb.feedChannel.getTotalUnreadMessageCount()
BackGroundSync
completion confirmationuserIdsFilter
and searchFilter
don't work in MessageCollectionThrottleController
in MessageCollection
Changelog
v4.12.10 (Jun 28, 2024)
connect()
fails if a session key is expired