GetChannelResult

data class GetChannelResult(val channelStorage: ChannelStorage? = null, val id: String? = null, val retentionPeriod: ChannelRetentionPeriod? = null, val tags: List<Tag>? = null)

Constructors

Link copied to clipboard
constructor(channelStorage: ChannelStorage? = null, id: String? = null, retentionPeriod: ChannelRetentionPeriod? = null, tags: List<Tag>? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

Where channel data is stored.

Link copied to clipboard
val id: String? = null
Link copied to clipboard

How long, in days, message data is kept for the channel.

Link copied to clipboard
val tags: List<Tag>? = null

Metadata which can be used to manage the channel. For more information, see Tag .