export interface FetchArchivedThreadOptionsThe options used to fetch archived threads.
optionalbefore? : DateResolvable | ThreadChannelResolvable
Only return threads that were archived before this Date or Snowflake Must be a ThreadChannelResolvable when type is private and fetchAll is false.
optionalfetchAll? : boolean = false
Whether to fetch **all* * archived threads when type is private This property requires the permission if true.
optionallimit? : number
Maximum number of threads to return