$fetchArchivedThreads
$fetchArchivedThreads
will return all archived threads of a given channel.
Usage
Parameters
Field | Type | Description | Required |
---|---|---|---|
channelID | number | Channel ID of the channel of which you want to fetch the archived threads of. | true |
option? | string | How to return the archived threads. 1. name (default) 2. id | false |
Example(s)
This will return all archived threads, if any: