Class CursoredData<T>

The data that us fetched batch-wise along with a cursor.

Type Parameters

  • T extends Tweet | User

    Type of data to be stored in the list.

Hierarchy

  • CursoredData

Constructors

Properties

Constructors

Properties

list: T[] = []

The list of data of the given type.

next: Cursor

The cursor to the next batch of data.

Generated using TypeDoc