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
toString(): String
Returns
type:
String
Props
customData
customData: The conversation custom data
Returns
type:
Map<String, Any>?
isDirect
isDirect: Whether a conversation is direct
Returns
type:
Boolean
isPublicJoin
isPublicJoin: Whether a conversation is public
Returns
type:
Boolean
isUber
isUber: Whether a conversation is uber
Returns
type:
Boolean
participants
participants: The list of conversation participants
Returns
type:
List<ConversationParticipant>?
title
title: Conversation title
Returns
type:
String?