
* 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
24 lines
318 B
Markdown
24 lines
318 B
Markdown
---
|
|
title: Channels
|
|
anchor: channels
|
|
weight: 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
|
|
|