OnChannelsUpdated

class OnChannelsUpdated(val channelContext: <Error class: unknown class>, val updatedChannels: List<ChatGroupChannel>) : ChannelsEvent

Represents the event received from GroupChannelCollectionHandler.onChannelsUpdated.

Since

1.0.0-beta.1

Constructors

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

Properties

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

The context from GroupChannelCollectionHandler.onChannelsUpdated.

Link copied to clipboard

The updated channels.

Functions

Link copied to clipboard
open override fun toString(): String