Open vic256 opened 1 month ago
(server, private)reactionAdd
(server, private)reactionDelete
(server, private)reactionBulkDelete
(server, private)toggle
Applied in messages, depend of the context :
message.reactions.add
message.reactions.remove
message.reactions.toggle
message.reactions.clear
message.reactions.many
List<Reaction>
Implements
Events
(server, private)reactionAdd
(server, private)reactionDelete
(server, private)reactionBulkDelete
(server, private)toggle
Structs
Methods
Applied in messages, depend of the context :
message.reactions.add
: Add reactionmessage.reactions.remove
: Remove reactionmessage.reactions.toggle
: If reaction exists, will be removed else addedmessage.reactions.clear
: Remove all reactionsmessage.reactions.many
: Added aList<Reaction>
which will add the reaction to a pool to avoid rate limiting.