Explorar o código

Add WebhookID member to message property (#607)

* track membercount on memberAdd and leave

* requested changes

* add WebhookID member to message
Soumil07 %!s(int64=6) %!d(string=hai) anos
pai
achega
412fc067e6
Modificáronse 1 ficheiros con 3 adicións e 0 borrados
  1. 3 0
      message.go

+ 3 - 0
message.go

@@ -82,6 +82,9 @@ type Message struct {
 
 	// The type of the message.
 	Type MessageType `json:"type"`
+
+	// The webhook ID of the message, if it was generated by a webhook
+	WebhookID string `json:"webhook_id"`
 }
 
 // File stores info about files you e.g. send in messages.