1
0
mirror of synced 2024-11-24 22:16:05 +03:00

Merge pull request #52 from iyzoer/master

add note
This commit is contained in:
Alex Lushpai 2019-03-19 09:22:06 +03:00 committed by GitHub
commit eca43a0856
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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"`
}