Add reaction type to raw events and users iterator

This commit is contained in:
Andrin
2024-05-18 20:33:26 +02:00
committed by GitHub
parent b5ada0a662
commit f77ba711ba
7 changed files with 53 additions and 4 deletions

View File

@ -3643,6 +3643,21 @@ of :class:`enum.Enum`.
The invite is a friend invite.
.. class:: ReactionType
Represents the type of a reaction.
.. versionadded:: 2.4
.. attribute:: normal
A normal reaction.
.. attribute:: burst
A burst reaction, also known as a "super reaction".
.. _discord-api-audit-logs:
Audit Log Data