From ddd3fd0a3dcce2d48b2df26377e136f2310809b3 Mon Sep 17 00:00:00 2001 From: Rapptz Date: Wed, 13 Jul 2016 00:10:16 -0400 Subject: Begin working on gateway v6 changes. The first batch of changes are related to channel types and group direct messages. Support these first so READY begins parsing. --- docs/api.rst | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'docs/api.rst') diff --git a/docs/api.rst b/docs/api.rst index 7d015b63..32014d6b 100644 --- a/docs/api.rst +++ b/docs/api.rst @@ -391,6 +391,12 @@ All enumerations are subclasses of `enum`_. .. attribute:: voice A voice channel. + .. attribute:: private + + A private text channel. Also called a direct message. + .. attribute:: group + + A private group text channel. .. class:: ServerRegion -- cgit v1.2.3