package notification
// Payload data of message.
type Payload struct {
Title string
Body string
Icon string
Sound string
Badge string
Tag string
Color string
}