Philipp Heckel 4 лет назад
Родитель
Сommit
df4585af6b
1 измененных файлов с 1 добавлено и 0 удалено
  1. 1 0
      client/client.go

+ 1 - 0
client/client.go

@@ -53,6 +53,7 @@ type Message struct { // TODO combine with server.message
 	Raw            string
 	Raw            string
 }
 }
 
 
+// Attachment represents a message attachment
 type Attachment struct {
 type Attachment struct {
 	Name    string `json:"name"`
 	Name    string `json:"name"`
 	Type    string `json:"type,omitempty"`
 	Type    string `json:"type,omitempty"`