增加多种消息类型的接收 (#8)

Co-authored-by: lihui <yezhimeih7@dingtalk.com>
This commit is contained in:
yell-li 2023-08-09 17:22:20 +08:00 committed by GitHub
parent 24b714f7ed
commit ed87ab872a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 0 deletions

View File

@ -33,4 +33,5 @@ type BotCallbackDataModel struct {
SessionWebhook string `json:"sessionWebhook"` SessionWebhook string `json:"sessionWebhook"`
Text BotCallbackDataTextModel `json:"text"` Text BotCallbackDataTextModel `json:"text"`
Msgtype string `json:"msgtype"` Msgtype string `json:"msgtype"`
Content interface{} `json:"content"`
} }