ConversationConfig
Configuration either to create a new conversation or restore a previously created conversation:
Constructors
ConversationConfig
Parameters
title:
String?
OptionalConversation title
isDirect:
Boolean
Whether a conversation is direct
isPublicJoin:
Boolean
Whether a conversation is public
isUber:
Boolean
Whether a conversation is uber
participants:
List<ConversationParticipant>?
OptionalThe list of conversation participants
customData:
Map<String, Any>?
OptionalThe conversation custom data
Methods
toString
Returns
type:
String
Props
customData
The conversation custom data
Returns
type:
Map<String, Any>?
isDirect
Whether a conversation is direct
Returns
type:
Boolean
isPublicJoin
Whether a conversation is public
Returns
type:
Boolean
isUber
Whether a conversation is uber
Returns
type:
Boolean
title
Conversation title
Returns
type:
String?