@openfloor/protocol - v0.0.4
    Preparing search index...

    Interface ConversationOptions

    Configuration options for conversation information

    interface ConversationOptions {
        conversants?: ConversantOptions[];
        id: string;
    }
    Index

    Properties

    Properties

    conversants?: ConversantOptions[]

    Array of conversation participants

    id: string

    Conversation ID (auto-generated if not provided)