CreateDistinctChannelResult

data class CreateDistinctChannelResult(val channel: GroupChannel, val isCreated: Boolean)

Create distinct channel result

Since

4.15.0

Constructors

Link copied to clipboard
constructor(channel: GroupChannel, isCreated: Boolean)

Properties

Link copied to clipboard
val channel: GroupChannel

The created channel.

Link copied to clipboard

Whether the channel is created or not.