Browse Source

Attachment comment

Philipp Heckel 4 năm trước cách đây
mục cha
commit
df4585af6b
1 tập tin đã thay đổi với 1 bổ sung0 xóa
  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
 }
 
+// Attachment represents a message attachment
 type Attachment struct {
 	Name    string `json:"name"`
 	Type    string `json:"type,omitempty"`