ConversationConfig
This API is in beta and subject to change.
Configuration either to create a new conversation or restore a previously created conversation:
Props
title
val title: String?
Conversation title
Returns
type:
String?
isDirect
val isDirect: Boolean
Whether a conversation is direct
Returns
type:
Boolean
isPublicJoin
val isPublicJoin: Boolean
Whether a conversation is public
Returns
type:
Boolean
isUber
val isUber: Boolean
Whether a conversation is uber
Returns
type:
Boolean
participants
val participants: List<ConversationParticipant>?
The list of conversation participants
Returns
type:
List<ConversationParticipant>?
customData
val customData: Map<String, Any>?
The conversation custom data
Returns
type:
Map<String, Any>?