discord-api-docs icon indicating copy to clipboard operation
discord-api-docs copied to clipboard

Add super-reactions to gateway events

Open JJRcop opened this issue 11 months ago • 2 comments

Adds super-reactions related event members missing from #6056 Was originally a PR to #6056 in https://github.com/Mateo-tem/discord-api-docs/pull/1, but #6056 was just recently merged before the author of #6056 merged my PR.

I have observed these super-reaction related members in the MESSAGE_REACTION_ADD and MESSAGE_REACTION_REMOVE events as demonstrated below:

Add and Remove Screenshots

Screenshot_20230714_133238

Screenshot_20230714_133004-1

burst_colors was left out of MESSAGE_REACTION_REMOVE because my findings show it is always empty even if it was a super-reaction

I have also observed similar members in the MESSAGE_REACTION_REMOVE_EMOJI event, but they don't seem to work the same way so they were omitted.

Add and Remove All Emoji Screenshots

Screenshot_20230714_134227-1

Screenshot_20230714_135019

JJRcop avatar Aug 24 '23 21:08 JJRcop

I haven't tested this in a while, but can anyone confirm it still works this way? I will do some tests soon to make sure.

JJRcop avatar Dec 14 '23 13:12 JJRcop

type is missing from both events. 0 for normal, 1 for burst

also what's the word on getting this merged (or not merged even?)

bsian03 avatar Jan 23 '24 00:01 bsian03