diff options
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 |