ChannelSummary

Summary of 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
val lastMessageTimestamp: <Error class: unknown class>?

The time at which the last persistent message visible to the caller in a channel was sent.

Link copied to clipboard

The metadata of the channel.

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 privacy setting 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