
* Adding endpoint docs and correcting some typesetting mistakes * Change qs params to match documentation * Splitting up articles to geneate the sidebar links properly' * Bad baseurl issue fixed in previous patch
318 B
318 B
title | anchor | weight |
---|---|---|
Channels | channels | 35 |
Channels are made up of the following components
Name | Type |
---|---|
id | u64 |
name | String |
kind | i32 |
description | String |
Channels have two valid types or (more semantically) kind
values:
-
Voice Channel = 1
-
Text Channel = 2