Add comment.
This commit is contained in:
parent
df34d1b4c8
commit
aaf97c0d24
1
fcm.go
1
fcm.go
|
@ -426,6 +426,7 @@ type MessageMultiSendResponse struct {
|
||||||
Failed int
|
Failed int
|
||||||
}
|
}
|
||||||
|
|
||||||
|
// Запрос на отправку пуш-оповещения.
|
||||||
type SendRequest struct {
|
type SendRequest struct {
|
||||||
// Flag for testing the request without actually delivering the message.
|
// Flag for testing the request without actually delivering the message.
|
||||||
ValidateOnly bool `json:"validate_only,omitempty"`
|
ValidateOnly bool `json:"validate_only,omitempty"`
|
||||||
|
|
Loading…
Reference in New Issue