ChannelData

A structure that contains some information about a channel in a private re:Post.

Types

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

Properties

Link copied to clipboard

A description for the channel. This is used only to help you identify this channel.

Link copied to clipboard

The unique ID of the private re:Post channel.

Link copied to clipboard

The name for the channel. This must be unique per private re:Post.

Link copied to clipboard

The status pf the channel.

Link copied to clipboard

The date when the channel was created.

Link copied to clipboard

The date when the channel was deleted.

Link copied to clipboard

The number of groups that are part of the channel.

Link copied to clipboard

The unique ID of the private re:Post.

Link copied to clipboard

The number of users that are part of the channel.

Functions

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