fetchActiveThreads abstract method

Future<IThreadListResultWrapper> fetchActiveThreads()

Returns all active threads in the guild, including public and private threads. Threads are ordered by their id, in descending order.

Implementation

Future<IThreadListResultWrapper> fetchActiveThreads();