Get Conversation Result
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.
Properties
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
explains whether this shared channel is shared between Enterprise Grid workspaces within the same organization.