@vonage/client-sdk - v2.7.0
    Preparing search index...

    Interface ConversationsPage

    Represents a page of conversations

    interface ConversationsPage {
        conversations: ConversationJS[] & Conversation[];
        get nextCursor(): Nullable<string>;
        get previousCursor(): Nullable<string>;
    }
    Index
    conversations: ConversationJS[] & Conversation[]

    The conversations in the page

    • get nextCursor(): Nullable<string>

      Returns Nullable<string>

    • get previousCursor(): Nullable<string>

      Returns Nullable<string>