$fetchActiveThreads
$fetchActiveThreads
will return all active 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 active threads of. | true |
option? | string | How to return the active threads. 1. name (default) 2. id | false |
Example(s)
This will return all active threads, if any: