add: MessageReactionRemoveAll event (#357)

This commit is contained in:
Floretta 2017-04-15 18:07:59 +02:00 committed by Chris Rhodes
parent 9b9f289415
commit db909b14fa

View file

@ -177,6 +177,11 @@ type MessageReactionRemove struct {
*MessageReaction *MessageReaction
} }
// MessageReactionRemoveAll is the data for a MessageReactionRemoveAll event.
type MessageReactionRemoveAll struct {
*MessageReaction
}
// PresencesReplace is the data for a PresencesReplace event. // PresencesReplace is the data for a PresencesReplace event.
type PresencesReplace []*Presence type PresencesReplace []*Presence