Package-level declarations
Inherited properties
Returns the number of unread messages in the channel for the current user.
Duration of the attachment in seconds.
Duration of the attachment in milliseconds.
Waveform data of the attachment.
Inherited functions
Parses CID of channel to channelType and channelId.
Counts messages in which user is mentioned. The method relies on the Channel.messages list and doesn't do any API call. Therefore, the count might be not reliable as it relies on the local data.
Generates a string URL with Stream CDN image resizing query parameters added to it. Once this URL is called, Stream's CDN will generate a resized image which is accessible using the link returned by this function.
Returns a list of members of the channel excluding the currently logged in user.
Unlike the getString method it delegates to, this method requires a non-null default value, and therefore guarantees to return a non-null String.
Returns StreamCdnOriginalImageDimensions if the image is hosted by Stream's CDN and is resizable, otherwise returns null.
Returns a list of users that are members of the channel excluding the currently logged in user.
Converts string written in snake case to String in camel case with the first symbol in lower case. For example string "created_at_some_time" is converted to "createdAtSomeTime".
Updates a message that whose request (Edition/Delete/Reaction update...) has failed.
Update the online state of a message.