aboutsummaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorRapptz <[email protected]>2016-07-13 00:10:16 -0400
committerRapptz <[email protected]>2016-07-13 00:10:16 -0400
commitddd3fd0a3dcce2d48b2df26377e136f2310809b3 (patch)
tree1db729a099756f89c1e36e448bb05449593d0736 /docs
parentAdd stderr arg to create_ffmpeg_player (diff)
downloaddiscord.py-ddd3fd0a3dcce2d48b2df26377e136f2310809b3.tar.xz
discord.py-ddd3fd0a3dcce2d48b2df26377e136f2310809b3.zip
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.
Diffstat (limited to 'docs')
-rw-r--r--docs/api.rst6
1 files changed, 6 insertions, 0 deletions
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