mirror of
https://github.com/discordjs/discord.js.git
synced 2026-03-18 20:43:30 +01:00
Added channel
This commit is contained in:
21
docs/docs_channel.rst
Normal file
21
docs/docs_channel.rst
Normal 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.
|
||||||
@@ -19,6 +19,12 @@ Contents:
|
|||||||
|
|
||||||
.. _docs:
|
.. _docs:
|
||||||
|
|
||||||
|
.. toctree::
|
||||||
|
:maxdepth: 2
|
||||||
|
:caption: Channel Documentation
|
||||||
|
|
||||||
|
docs_channel
|
||||||
|
|
||||||
.. toctree::
|
.. toctree::
|
||||||
:maxdepth: 2
|
:maxdepth: 2
|
||||||
:caption: Documentation
|
:caption: Documentation
|
||||||
|
|||||||
@@ -2,5 +2,6 @@
|
|||||||
.. _Cache : ./docs_cache.html
|
.. _Cache : ./docs_cache.html
|
||||||
.. _User : ./docs_user.html
|
.. _User : ./docs_user.html
|
||||||
.. _Server : ./docs_server.html
|
.. _Server : ./docs_server.html
|
||||||
|
.. _Channel : ./docs_channel.html
|
||||||
.. _Promises : https://developer.mozilla.org/en/docs/Web/JavaScript/Reference/Global_Objects/Promise
|
.. _Promises : https://developer.mozilla.org/en/docs/Web/JavaScript/Reference/Global_Objects/Promise
|
||||||
.. _EventEmitter : https://nodejs.org/api/events.html#events_class_events_eventemitter
|
.. _EventEmitter : https://nodejs.org/api/events.html#events_class_events_eventemitter
|
||||||
Reference in New Issue
Block a user