From 671f0111fe8f275235588d00bd8d4830da84fc94 Mon Sep 17 00:00:00 2001 From: Kirill Zaytsev Date: Fri, 15 Apr 2022 14:48:46 +0300 Subject: [PATCH] feat: Added decoding of note in attachments list --- v1/types.go | 1 + 1 file changed, 1 insertion(+) diff --git a/v1/types.go b/v1/types.go index af14df1..2daf9e5 100644 --- a/v1/types.go +++ b/v1/types.go @@ -434,6 +434,7 @@ type ( AttachmentList struct { Items []Attachment `json:"items"` + Note string `json:"note"` } Attachment struct {