We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 966dad0 commit c1b3591Copy full SHA for c1b3591
models.go
@@ -160,6 +160,9 @@ type (
160
// Body indicates notification body text.
161
Body string `json:"body,omitempty"`
162
163
+ // Image should contains the URL of an image that is going to be downloaded on the device and displayed in a notification.
164
+ Image string `json:"image,omitempty"`
165
+
166
// AndroidChannelID The notification's channel id (new in Android O).
167
// The app must create a channel with this channel ID before any notification with this channel ID is received.
168
// If you don't send this channel ID in the request, or if the channel ID provided has
0 commit comments