NexSDK
    Preparing search index...

    Interface ConversationListResponse

    interface ConversationListResponse {
        items: ConversationResponse[];
        next_cursor: ConversationListResponseNextCursor;
    }
    Index

    Properties

    Properties

    next_cursor: ConversationListResponseNextCursor