Rate this page:

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

Copy URL
val title: 

String?

Conversation title

Returns

  • type:

    String?

isDirect

Copy URL
val isDirect: 

Boolean

Whether a conversation is direct

Returns

  • type:

    Boolean

isPublicJoin

Copy URL
val isPublicJoin: 

Boolean

Whether a conversation is public

Returns

  • type:

    Boolean

isUber

Copy URL
val isUber: 

Boolean

Whether a conversation is uber

Returns

  • type:

    Boolean

participants

Copy URL
val participants: 

List<ConversationParticipant>?

The list of conversation participants

Returns

customData

Copy URL
val customData: 

Map<String, Any>?

The conversation custom data

Returns

  • type:

    Map<String, Any>?