mirror of
https://github.com/retailcrm/mg-bot-api-client-go.git
synced 2024-11-21 20:36:05 +03:00
feat: Added decoding of note in attachments list
This commit is contained in:
parent
450e762d12
commit
671f0111fe
@ -434,6 +434,7 @@ type (
|
|||||||
|
|
||||||
AttachmentList struct {
|
AttachmentList struct {
|
||||||
Items []Attachment `json:"items"`
|
Items []Attachment `json:"items"`
|
||||||
|
Note string `json:"note"`
|
||||||
}
|
}
|
||||||
|
|
||||||
Attachment struct {
|
Attachment struct {
|
||||||
|
Loading…
Reference in New Issue
Block a user