fetchActiveThreads abstract method

Future<ThreadListResultWrapper> fetchActiveThreads(
  1. Snowflake channelId
)

Returns all active threads in given channel

Implementation

Future<ThreadListResultWrapper> fetchActiveThreads(Snowflake channelId);