ソースを参照

Attachment comment

Philipp Heckel 4 年 前
コミット
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
 }
 
+// Attachment represents a message attachment
 type Attachment struct {
 	Name    string `json:"name"`
 	Type    string `json:"type,omitempty"`