mirror of
https://github.com/Rapptz/discord.py.git
synced 2025-09-05 09:26:10 +00:00
24
docs/api.rst
24
docs/api.rst
@ -1310,6 +1310,12 @@ of :class:`enum.Enum`.
|
||||
|
||||
.. versionadded:: 2.0
|
||||
|
||||
.. attribute:: forum
|
||||
|
||||
A forum channel.
|
||||
|
||||
.. versionadded:: 2.0
|
||||
|
||||
.. class:: MessageType
|
||||
|
||||
Specifies the type of :class:`Message`. This is used to denote if a message
|
||||
@ -3736,6 +3742,15 @@ TextChannel
|
||||
.. automethod:: typing
|
||||
:async-with:
|
||||
|
||||
ForumChannel
|
||||
~~~~~~~~~~~~~
|
||||
|
||||
.. attributetable:: ForumChannel
|
||||
|
||||
.. autoclass:: ForumChannel()
|
||||
:members:
|
||||
:inherited-members:
|
||||
|
||||
Thread
|
||||
~~~~~~~~
|
||||
|
||||
@ -4069,6 +4084,15 @@ ApplicationFlags
|
||||
.. autoclass:: ApplicationFlags
|
||||
:members:
|
||||
|
||||
ChannelFlags
|
||||
~~~~~~~~~~~~~~
|
||||
|
||||
.. attributetable:: ChannelFlags
|
||||
|
||||
.. autoclass:: ChannelFlags
|
||||
:members:
|
||||
|
||||
|
||||
File
|
||||
~~~~~
|
||||
|
||||
|
Reference in New Issue
Block a user