mirror of
https://github.com/Rapptz/discord.py.git
synced 2025-09-05 17:36:15 +00:00
Add reaction type to raw events and users iterator
This commit is contained in:
15
docs/api.rst
15
docs/api.rst
@ -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
|
||||
|
Reference in New Issue
Block a user