Added channel

This commit is contained in:
hydrabolt
2015-11-20 20:25:49 +00:00
parent 9ff8496f6b
commit d26702f48f
3 changed files with 28 additions and 0 deletions

21
docs/docs_channel.rst Normal file
View File

@@ -0,0 +1,21 @@
.. include:: ./vars.rst
Channel
=======
**extends** Equality_
The Channel class is the base class for all types of channel.
Attributes
----------
id
~~
The ID of the channel, a `String`.
client
~~~~~~
The Client_ that cached the channel.

View File

@@ -19,6 +19,12 @@ Contents:
.. _docs:
.. toctree::
:maxdepth: 2
:caption: Channel Documentation
docs_channel
.. toctree::
:maxdepth: 2
:caption: Documentation

View File

@@ -2,5 +2,6 @@
.. _Cache : ./docs_cache.html
.. _User : ./docs_user.html
.. _Server : ./docs_server.html
.. _Channel : ./docs_channel.html
.. _Promises : https://developer.mozilla.org/en/docs/Web/JavaScript/Reference/Global_Objects/Promise
.. _EventEmitter : https://nodejs.org/api/events.html#events_class_events_eventemitter