freechat/docs/content/structures/channels.md
shockrah c896870397 Reformatting of wiki:
* 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
2021-02-18 16:29:29 -08:00

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