fetchPublicArchivedThreads abstract method

Future<IThreadListResultWrapper> fetchPublicArchivedThreads(
  1. Snowflake channelId,
  2. {DateTime? before,
  3. int? limit}
)

Returns all public archived thread in given channel

Implementation

Future<IThreadListResultWrapper> fetchPublicArchivedThreads(Snowflake channelId, {DateTime? before, int? limit});