interface FetchedThreadsMore

export interface FetchedThreadsMore extends FetchedThreads

Data returned from fetching multiple threads.

hasMore : boolean

Whether there are potentially additional threads that require a subsequent call

The thread members in the received threads

Inherited from: FetchedThreads

The threads that were fetched

Inherited from: FetchedThreads