Channel

class Channel

The details of a channel.

Types

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

Properties

Link copied to clipboard

The ARN of the channel.

Link copied to clipboard

The AppInstanceUser who created the channel.

Link copied to clipboard

The time at which the AppInstanceUser created the channel.

Link copied to clipboard

The time at which a member sent the last message in the channel.

Link copied to clipboard

The time at which a channel was last updated.

Link copied to clipboard

The channel's metadata.

Link copied to clipboard

The mode of the channel.

Link copied to clipboard
val name: String?

The name of the channel.

Link copied to clipboard

The channel's privacy setting.

Functions

Link copied to clipboard
inline fun copy(block: Channel.Builder.() -> Unit = {}): Channel
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