瀏覽代碼

Add ApplicationID to Webhook

Qais Patankar 4 年之前
父節點
當前提交
0dbc0d17a7
共有 1 個文件被更改,包括 3 次插入0 次删除
  1. 3 0
      structs.go

+ 3 - 0
structs.go

@@ -1064,6 +1064,9 @@ type Webhook struct {
 	Name      string      `json:"name"`
 	Avatar    string      `json:"avatar"`
 	Token     string      `json:"token"`
+
+	// ApplicationID is the bot/OAuth2 application that created this webhook
+	ApplicationID string `json:"application_id,omitempty"`
 }
 
 // WebhookType is the type of Webhook (see WebhookType* consts) in the Webhook struct