CreateChannelRequest

Types

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

Properties

Link copied to clipboard

The ARN of the channel request.

Link copied to clipboard

The ID of the channel in the request.

Link copied to clipboard

The ARN of the AppInstanceUser or AppInstanceBot that makes the API call.

Link copied to clipboard

The client token for the request. An Idempotency token.

Link copied to clipboard

The attributes required to configure and create an elastic channel. An elastic channel can support a maximum of 1-million users, excluding moderators.

Link copied to clipboard

Settings that control the interval after which the channel is automatically deleted.

Link copied to clipboard

The ARNs of the channel members in the request.

Link copied to clipboard

The metadata of the creation request. Limited to 1KB and UTF-8.

Link copied to clipboard

The channel mode: UNRESTRICTED or RESTRICTED. Administrators, moderators, and channel members can add themselves and other members to unrestricted channels. Only administrators and moderators can add members to restricted channels.

Link copied to clipboard

The ARNs of the channel moderators in the request.

Link copied to clipboard
val name: String?

The name of the channel.

Link copied to clipboard

The channel's privacy level: PUBLIC or PRIVATE. Private channels aren't discoverable by users outside the channel. Public channels are discoverable by anyone in the AppInstance.

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

The tags for the creation request.

Functions

Link copied to clipboard
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