fetchGuildActiveThreads abstract method

Future<IThreadListResultWrapper> fetchGuildActiveThreads(
  1. Snowflake guildId
)

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

Implementation

Future<IThreadListResultWrapper> fetchGuildActiveThreads(Snowflake guildId);