Documentation - v1.5.0-beta.6
    Preparing search index...

    Represents a request to subscribe to a conversation.

    interface SubscribeRequest {
        conversationId: string;
        lastReceivedEventId?: string;
    }
    Index

    Properties

    conversationId: string

    The conversation ID to subscribe to.

    lastReceivedEventId?: string

    The last received event ID for resumption. If provided, subscription will resume from this point.