From c4da4bd109760532cb4b7aa4772d7e41eb351c3b Mon Sep 17 00:00:00 2001 From: bincooo Date: Sun, 18 Jun 2023 10:13:38 +0800 Subject: [PATCH] =?UTF-8?q?=E6=B7=BB=E5=8A=A0=E5=AD=97=E6=AE=B5?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- types.go | 1 + 1 file changed, 1 insertion(+) diff --git a/types.go b/types.go index 582b413..456fec2 100644 --- a/types.go +++ b/types.go @@ -62,6 +62,7 @@ type PartialResponse struct { Messages *[]struct { Author string `json:"author"` Text string `json:"text"` + Type string `json:"messageType"` } `json:"messages"` } `json:"item"`