add comment
This commit is contained in:
parent
71cb5f91a3
commit
20f5d7dbcb
@ -55,6 +55,7 @@ type Message struct {
|
||||
|
||||
type Attachment struct {
|
||||
Name string `json:"name"`
|
||||
// data в base64 это файл
|
||||
Data string `json:"body"`
|
||||
}
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user