Parcourir la source

Attachment comment

Philipp Heckel il y a 4 ans
Parent
commit
df4585af6b
1 fichiers modifiés avec 1 ajouts et 0 suppressions
  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"`