feat: Added decoding of note in attachments list

This commit is contained in:
Kirill Zaytsev 2022-04-15 14:48:46 +03:00
parent 450e762d12
commit 671f0111fe

View File

@ -434,6 +434,7 @@ type (
AttachmentList struct {
Items []Attachment `json:"items"`
Note string `json:"note"`
}
Attachment struct {