feat(vendor): update go-fcm package.
This commit is contained in:
2
vendor/github.com/appleboy/go-fcm/message.go
generated
vendored
2
vendor/github.com/appleboy/go-fcm/message.go
generated
vendored
@@ -24,7 +24,7 @@ var (
|
||||
type Notification struct {
|
||||
Title string `json:"title,omitempty"`
|
||||
Body string `json:"body,omitempty"`
|
||||
ChannelId string `json:"android_channel_id, omitempty"`
|
||||
ChannelID string `json:"android_channel_id,omitempty"`
|
||||
Icon string `json:"icon,omitempty"`
|
||||
Sound string `json:"sound,omitempty"`
|
||||
Badge string `json:"badge,omitempty"`
|
||||
|
||||
Reference in New Issue
Block a user