GetConversationPlainArgs

data class GetConversationPlainArgs(val channelId: String? = null, val isPrivate: Boolean? = null, val name: String? = null) : ConvertibleToJava<GetConversationPlainArgs>

A collection of arguments for invoking getConversation.

Constructors

Link copied to clipboard
constructor(channelId: String? = null, isPrivate: Boolean? = null, name: String? = null)

Properties

Link copied to clipboard
val channelId: String? = null

The ID of the channel

Link copied to clipboard
val isPrivate: Boolean? = null

The conversation is privileged between two or more members Either channel_id or name must be provided. is_private only works in conjunction with name.

Link copied to clipboard
val name: String? = null

The name of the public or private channel

Functions

Link copied to clipboard
open override fun toJava(): GetConversationPlainArgs