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

String

toString()

Returns

  • type:

    String

Props

customData

Copy URL

Map<String, Any>?

customData

The conversation custom data

Returns

  • type:

    Map<String, Any>?

isDirect

Copy URL

Boolean

isDirect

Whether a conversation is direct

Returns

  • type:

    Boolean

isPublicJoin

Copy URL

Boolean

isPublicJoin

Whether a conversation is public

Returns

  • type:

    Boolean

isUber

Copy URL

Boolean

isUber

Whether a conversation is uber

Returns

  • type:

    Boolean

participants

Copy URL

List<ConversationParticipant>?

participants

The list of conversation participants

Returns

title

Copy URL

String?

title

Conversation title

Returns

  • type:

    String?