ChannelSummary

A summary of information about a channel.

Types

Link copied to clipboard
class Builder
Link copied to clipboard
object Companion

Properties

Link copied to clipboard

The name of the channel.

Link copied to clipboard

Where channel data is stored.

Link copied to clipboard

When the channel was created.

Link copied to clipboard

The last time when a new message arrived in the channel.

Link copied to clipboard

The last time the channel was updated.

Link copied to clipboard

The status of the channel.

Functions

Link copied to clipboard
inline fun copy(block: ChannelSummary.Builder.() -> Unit = {}): ChannelSummary
Link copied to clipboard
open operator override fun equals(other: Any?): Boolean
Link copied to clipboard
open override fun hashCode(): Int
Link copied to clipboard
open override fun toString(): String