mirror of
https://github.com/Rapptz/discord.py.git
synced 2025-09-08 02:43:01 +00:00
Implement StageChannel and related methods
This commit is contained in:
15
docs/api.rst
15
docs/api.rst
@ -1074,6 +1074,12 @@ of :class:`enum.Enum`.
|
||||
|
||||
A guild store channel.
|
||||
|
||||
.. attribute:: stage_voice
|
||||
|
||||
A guild stage voice channel.
|
||||
|
||||
.. versionadded:: 1.7
|
||||
|
||||
.. class:: MessageType
|
||||
|
||||
Specifies the type of :class:`Message`. This is used to denote if a message
|
||||
@ -3038,6 +3044,15 @@ VoiceChannel
|
||||
:members:
|
||||
:inherited-members:
|
||||
|
||||
StageChannel
|
||||
~~~~~~~~~~~~~
|
||||
|
||||
.. attributetable:: StageChannel
|
||||
|
||||
.. autoclass:: StageChannel()
|
||||
:members:
|
||||
:inherited-members:
|
||||
|
||||
CategoryChannel
|
||||
~~~~~~~~~~~~~~~~~
|
||||
|
||||
|
Reference in New Issue
Block a user