add-opts-not-save-notification #2

Merged
sinhluu merged 2 commits from add-opts-not-save-notification into master 2023-03-28 03:02:38 +00:00
1 changed files with 11 additions and 10 deletions
Showing only changes of commit 5a37fba851 - Show all commits

View File

@ -20,6 +20,7 @@ type PushRequest struct {
Link string `json:"link"` // for webpush Link string `json:"link"` // for webpush
Order int `json:"order"` // for sort Order int `json:"order"` // for sort
DisplayUntil int64 `json:"displayUntil"` // time.Unix DisplayUntil int64 `json:"displayUntil"` // time.Unix
SaveNotification bool `json:"saveNotification"`
} }
// Sound ... // Sound ...