add comment

This commit is contained in:
Pavel 2024-05-17 15:56:05 +03:00
parent 71cb5f91a3
commit 20f5d7dbcb

@ -55,6 +55,7 @@ type Message struct {
type Attachment struct {
Name string `json:"name"`
// data в base64 это файл
Data string `json:"body"`
}