Add support for stage message types

This commit is contained in:
Rapptz
2023-02-27 09:17:40 -05:00
parent ef4240dcd7
commit bd6bbdab00
3 changed files with 45 additions and 5 deletions

View File

@ -1653,6 +1653,31 @@ of :class:`enum.Enum`.
The system message sent when a user is given an advertisement to purchase a premium tier for
an application during an interaction.
.. versionadded:: 2.2
.. attribute:: stage_start
The system message sent when the stage starts.
.. versionadded:: 2.2
.. attribute:: stage_end
The system message sent when the stage ends.
.. versionadded:: 2.2
.. attribute:: stage_speaker
The system message sent when the stage speaker changes.
.. versionadded:: 2.2
.. attribute:: stage_raise_hand
The system message sent when a user is requesting to speak by raising their hands.
.. versionadded:: 2.2
.. attribute:: stage_topic
The system message sent when the stage topic changes.
.. versionadded:: 2.2
.. attribute:: guild_application_premium_subscription