From ed87ab872a92f21116ac4f3ef2595f7c71258287 Mon Sep 17 00:00:00 2001 From: yell-li Date: Wed, 9 Aug 2023 17:22:20 +0800 Subject: [PATCH] =?UTF-8?q?=E5=A2=9E=E5=8A=A0=E5=A4=9A=E7=A7=8D=E6=B6=88?= =?UTF-8?q?=E6=81=AF=E7=B1=BB=E5=9E=8B=E7=9A=84=E6=8E=A5=E6=94=B6=20(#8)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Co-authored-by: lihui --- chatbot/model.go | 1 + 1 file changed, 1 insertion(+) diff --git a/chatbot/model.go b/chatbot/model.go index d20f13f..f968142 100644 --- a/chatbot/model.go +++ b/chatbot/model.go @@ -33,4 +33,5 @@ type BotCallbackDataModel struct { SessionWebhook string `json:"sessionWebhook"` Text BotCallbackDataTextModel `json:"text"` Msgtype string `json:"msgtype"` + Content interface{} `json:"content"` }