GetConversationResult

data class GetConversationResult(val channelId: String? = null, val created: Int, val creator: String, val id: String, val isArchived: Boolean, val isExtShared: Boolean, val isGeneral: Boolean, val isOrgShared: Boolean, val isPrivate: Boolean? = null, val isShared: Boolean, val name: String? = null, val purpose: String, val topic: String)

A collection of values returned by getConversation.

Constructors

Link copied to clipboard
constructor(channelId: String? = null, created: Int, creator: String, id: String, isArchived: Boolean, isExtShared: Boolean, isGeneral: Boolean, isOrgShared: Boolean, isPrivate: Boolean? = null, isShared: Boolean, name: String? = null, purpose: String, topic: String)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val channelId: String? = null
Link copied to clipboard

is a unix timestamp.

Link copied to clipboard

is the user ID of the member that created this channel.

Link copied to clipboard
val id: String

The provider-assigned unique ID for this managed resource.

Link copied to clipboard

indicates a conversation is archived. Frozen in time.

Link copied to clipboard

represents this conversation as being part of a Shared Channel with a remote organization.

Link copied to clipboard

will be true if this channel is the "general" channel that includes all regular team members.

Link copied to clipboard

explains whether this shared channel is shared between Enterprise Grid workspaces within the same organization.

Link copied to clipboard
val isPrivate: Boolean? = null

means the conversation is privileged between two or more members.

Link copied to clipboard

means the conversation is in some way shared between multiple workspaces.

Link copied to clipboard
val name: String? = null

name of the public or private channel.

Link copied to clipboard

purpose of the channel.

Link copied to clipboard

topic for the channel.