Rate this page:

ConversationConfig

Configuration either to create a new conversation or restore a previously created conversation:

Constructors

ConversationConfig

Copy URL

Parameters

  • title:

    String?

    Optional

    Conversation 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>?

    Optional

    The list of conversation participants

  • customData:

    Map<String, Any>?

    Optional

    The conversation custom data

Methods

toString

Copy URL
toString(): 

String

Returns

  • type:

    String

Props

customData

Copy URL
customData: 

The conversation custom data

Returns

  • type:

    Map<String, Any>?

isDirect

Copy URL
isDirect: 

Whether a conversation is direct

Returns

  • type:

    Boolean

isPublicJoin

Copy URL
isPublicJoin: 

Whether a conversation is public

Returns

  • type:

    Boolean

isUber

Copy URL
isUber: 

Whether a conversation is uber

Returns

  • type:

    Boolean

participants

Copy URL
participants: 

The list of conversation participants

Returns

title

Copy URL
title: 

Conversation title

Returns

  • type:

    String?