From 4cb19e6e4fff690ead5f35661a8b11eba29f0464 Mon Sep 17 00:00:00 2001 From: Akolzin Dmitry Date: Mon, 18 Mar 2019 19:18:55 +0300 Subject: [PATCH] add note --- v1/types.go | 1 + 1 file changed, 1 insertion(+) diff --git a/v1/types.go b/v1/types.go index 646a463..67c4975 100644 --- a/v1/types.go +++ b/v1/types.go @@ -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"` }