Handle binary messages for UnifiedPush

This commit is contained in:
Philipp Heckel 2022-01-17 13:28:07 -05:00
parent 4710812c24
commit 4ceb058a40
3 changed files with 88 additions and 25 deletions

View file

@ -29,6 +29,7 @@ type message struct {
Attachment *attachment `json:"attachment,omitempty"`
Title string `json:"title,omitempty"`
Message string `json:"message,omitempty"`
Encoding string `json:"encoding,omitempty"` // empty for raw UTF-8, or "base64" for encoded bytes
}
type attachment struct {