OnChannelsAdded

class OnChannelsAdded(val channelContext: <Error class: unknown class>, val addedChannels: List<ChatGroupChannel>) : ChannelsEvent

Represents the event received from GroupChannelCollectionHandler.onChannelsAdded.

Since

1.0.0-beta.1

Constructors

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

Properties

Link copied to clipboard

The added channels.

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

The context from GroupChannelCollectionHandler.onChannelsAdded.

Functions

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