mirror of
https://github.com/discordjs/discord.js.git
synced 2026-03-09 16:13:31 +01:00
23 lines
277 B
ReStructuredText
23 lines
277 B
ReStructuredText
.. 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. |