浏览代码

add: MessageReactionRemoveAll event (#357)

Floretta 8 年之前
父节点
当前提交
db909b14fa
共有 1 个文件被更改,包括 5 次插入0 次删除
  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