NexSDK
    Preparing search index...

    Interface MessageListResponse

    interface MessageListResponse {
        items: MessageResponse[];
        next_cursor: MessageListResponseNextCursor;
    }
    Index

    Properties

    Properties

    next_cursor: MessageListResponseNextCursor