Channel
A Discord channel.
idstring<snowflake>required
Discord ID of the channel.
namestringrequired
Name of the channel.
Example:
general
typeinteger<enum>required
Type of channel. Discord Channel type, or 999
for Statbot Aggregate Channels.
parentIdstring<snowflake>nullablerequired
Discord ID of the parent channel, if any.
isActiveinteger<enum>required
If the channel still exists in Discord.
ENUM VALUE | DESCRIPTION |
---|---|
0 | Channel has been deleted. |
1 | Channel is active. |
Channel
{
"id": "123456789012345678",
"name": "general",
"type": 0,
"parentId": "123456789012345678",
"isActive": 1
}