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"` }