Member Junction
    Preparing search index...

    Deep-link parameters for navigating directly to a conversation.

    interface ConversationDeepLink {
        ConversationID: string;
        MessageID?: string;
        OpenIn?: "overlay" | "workspace";
    }
    Index

    Properties

    ConversationID: string
    MessageID?: string

    Optional: scroll to a specific message after opening.

    OpenIn?: "overlay" | "workspace"

    Optional: auto-open the overlay or workspace.