parent
24b714f7ed
commit
ed87ab872a
|
|
@ -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"`
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue