Changelog
v3.0.134(SEP 17, 2020)
getTypingUsers()
in GroupChannel
.
members
.getTypingMembers()
in GroupChanenl
.url
as visible in FileMessage
object.profileUrl
as visible in User
object.Changelog
v3.0.132(AUG 21, 2020)
creator
in BaseChannel
.isOperatorMessage
in BaseMessage
.copyUserMessage()
and copyFileMessage()
in BaseChannel
.messageId
s to number
.onChannelFrozen
callback.Changelog
v3.0.130(AUG 7, 2020) (DEPRECATED)
order
in GroupChannelMemberListQuery
. The value could be member_nickname_alphabetical
(default) or operator_then_member_alphabetical
.isMuted
in Member
.channel.createMetaData()
and channel.updateMetaData()
.profileUrl
setter.Changelog
v3.0.129(JUL 24, 2020)
includeReaction
to includeReactions
in channel.getMessageChangeLogs()
(includeReaction
is deprecated).ogMetaData
in BaseMessage
.
ogMetaData
holds open graph properties including title
, url
, description
, and defaultImage
.ogMetaData.defaultImage
has the image-related properties including url
, secureUrl
, type
, width
, height
, alt
as defined in the target website.ogMetaData
may not be set at the moment of sending. Once the message is sent, Sendbird service would fetch and analyze the open graph property and give the result as a form of message update event.Changelog
v3.0.128(JUL 10, 2020)
addOperators()
and removeOperators()
in GroupChannel
and OpenChannel
.data
field of file message.Changelog
v3.0.127(JUN 26, 2020)
axios
and form-data
.
script
tag if you're using SendBird by copy-and-paste the SendBird.min.js
file.getUnreadMemberCount()
and getUndeliveredMemberCount()
in GroupChannel
.
getReadReceipt()
and getDeliveryReceipt()
in GroupChannel
.GroupChannel
.Changelog
v3.0.125(JUN 1, 2020)
includeFrozen
property in GroupChannelListQuery
, PublicGroupChannelListQuery
, OpenChannelListQuery
and GroupChannelChangeLogsParams
.GroupChannelChangeLogsParams
.getMyGroupChannelChangeLogsByToken()
and getMyGroupChannelChangeLogsByTimestamp()
with GroupChannelChangeLogsParams
in SendBird
.getMyGroupChannelChangeLogsByToken()
and getMyGroupChannelChangeLogsByTimestamp()
in SendBird
.channelUrl
on getMessage()
.