Package-level declarations
Types
Link copied to clipboard
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.
Link copied to clipboard
A collection of values returned by getUser.