mirror of
https://github.com/binwiederhier/ntfy.git
synced 2024-12-22 17:52:30 +01:00
Attachment comment
This commit is contained in:
parent
91d40dcc91
commit
df4585af6b
1 changed files with 1 additions and 0 deletions
|
@ -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"`
|
||||
|
|
Loading…
Reference in a new issue