export interface FetchArchivedThreadOptions
The options used to fetch archived threads.
optionalThreadChannelResolvable | DateResolvable before? :
Only return threads that were archived before this Date or Snowflake Must be a ThreadChannelResolvable when type
is private
and fetchAll
is false
.
optionalboolean fetchAll? :
Whether to fetch **all* * archived threads when type
is private
This property requires the PermissionFlagsBits.ManageThreads permission if true
.
optionalnumber limit? :
Maximum number of threads to return