1
0
mirror of synced 2024-11-22 04:56:06 +03:00
This commit is contained in:
Akolzin Dmitry 2019-03-18 19:18:55 +03:00
parent ff807c6501
commit 4cb19e6e4f

View File

@ -216,6 +216,7 @@ type Message struct {
ExternalID string `json:"external_id"`
Type string `json:"type,omitempty"`
Text string `json:"text,omitempty"`
Note string `json:"note,omitempty"`
Items []Item `json:"items,omitempty"`
}