Procházet zdrojové kódy

add: MessageReactionRemoveAll event (#357)

Floretta před 8 roky
rodič
revize
db909b14fa
1 změnil soubory, kde provedl 5 přidání a 0 odebrání
  1. 5 0
      events.go

+ 5 - 0
events.go

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