Add super-reactions to gateway events
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
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
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.
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?)