You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Renamed includeReaction to includeReactions in channel.getMessageChangeLogs() (includeReaction is deprecated).
Added 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.