OnChannelUpdated

class OnChannelUpdated(val channelContext: <Error class: unknown class>, val channel: ChatGroupChannel) : MessagesEvent

Represents the event received from MessageCollectionHandler.onChannelUpdated.

Since

1.0.0-beta.1

Constructors

Link copied to clipboard
constructor(channelContext: <Error class: unknown class>, channel: ChatGroupChannel)

Properties

Link copied to clipboard
open override val channel: ChatGroupChannel

The updated channel.

Link copied to clipboard
val channelContext: <Error class: unknown class>

The channel context from MessageCollectionHandler.onChannelUpdated.