diff options
| author | Rapptz <[email protected]> | 2016-07-13 00:10:16 -0400 |
|---|---|---|
| committer | Rapptz <[email protected]> | 2016-07-13 00:10:16 -0400 |
| commit | ddd3fd0a3dcce2d48b2df26377e136f2310809b3 (patch) | |
| tree | 1db729a099756f89c1e36e448bb05449593d0736 /docs | |
| parent | Add stderr arg to create_ffmpeg_player (diff) | |
| download | discord.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.rst | 6 |
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 |