Attachment comment
parent
91d40dcc91
commit
df4585af6b
|
@ -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"`
|
||||||
|
|
Loading…
Reference in New Issue