Added decoding of note in attachments list

This commit is contained in:
Alex Lushpai 2022-04-18 10:22:13 +03:00 committed by GitHub
commit 1758bb9c37
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

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