Explorar o código

add: MessageReactionRemoveAll event (#357)

Floretta %!s(int64=8) %!d(string=hai) anos
pai
achega
db909b14fa
Modificáronse 1 ficheiros con 5 adicións e 0 borrados
  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