This commit is contained in:
Pavel 2024-03-27 17:35:06 +03:00
parent 4e42c241b0
commit 416edf5094

@ -133,21 +133,21 @@ type Answer struct {
} }
type ResultContent struct { type ResultContent struct {
Text string `json:"text"` Text string `json:"text"`
Name string `json:"name"` Name string `json:"name"`
Email string `json:"email"` Email string `json:"email"`
Phone string `json:"phone"` Phone string `json:"phone"`
Address string `json:"address"` Address string `json:"address"`
Telegram string `json:"telegram"` Telegram string `json:"telegram"`
Wechat string `json:"wechat"` Wechat string `json:"wechat"`
Viber string `json:"viber"` Viber string `json:"viber"`
Vk string `json:"vk"` Vk string `json:"vk"`
Skype string `json:"skype"` Skype string `json:"skype"`
Whatsup string `json:"whatsup"` Whatsup string `json:"whatsup"`
Messenger string `json:"messenger"` Messenger string `json:"messenger"`
Custom map[string]string `json:"customs"` Custom map[string]string `json:"customs"`
Start bool `json:"start"` Start bool `json:"start"`
IMGContent ImageContent `json:"imagecontent"` //IMGContent ImageContent `json:"imagecontent"`
} }
type ImageContent struct { type ImageContent struct {