Skip to content

Commit

Permalink
fix: add channel_id to android config (#7)
Browse files Browse the repository at this point in the history
  • Loading branch information
fbenevides authored May 28, 2024
1 parent f174514 commit d7b27a1
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions requests.go
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,7 @@ type FcmAndroidNotification struct {
Sticky bool `json:"sticky,omitempty"`
LocalOnly bool `json:"local_only,omitempty"`
NotificationCount int `json:"notification_count,omitempty"`
ChannelId string `json:"channel_id,omitempty"`
}

type FcmData map[string]string
Expand Down

0 comments on commit d7b27a1

Please sign in to comment.