From df4585af6b3abc7e473cf4620d60ee5703550190 Mon Sep 17 00:00:00 2001 From: Philipp Heckel Date: Sat, 15 Jan 2022 23:53:40 -0500 Subject: [PATCH] Attachment comment --- client/client.go | 1 + 1 file changed, 1 insertion(+) diff --git a/client/client.go b/client/client.go index c9cc4cd0..575c2853 100644 --- a/client/client.go +++ b/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"`