interface FetchedThreadsMore
extends
FetchedThreadsexport interface FetchedThreadsMore extends FetchedThreads
Data returned from fetching multiple threads.
boolean hasMore :
Whether there are potentially additional threads that require a subsequent call
ReadonlyCollection<Snowflake, ThreadMember> members :
The thread members in the received threads
Inherited from: FetchedThreads
ReadonlyCollection<Snowflake, AnyThreadChannel> threads :
The threads that were fetched
Inherited from: FetchedThreads