add new column for result content

This commit is contained in:
Pavel 2024-03-27 13:15:43 +03:00
parent 830f548708
commit 4e42c241b0

@ -147,6 +147,12 @@ type ResultContent struct {
Messenger string `json:"messenger"`
Custom map[string]string `json:"customs"`
Start bool `json:"start"`
IMGContent ImageContent `json:"imagecontent"`
}
type ImageContent struct {
Description string
Image string
}
type ResultAnswer struct {