Add comment.

This commit is contained in:
Владислав Весельский 2025-01-25 11:20:10 +03:00
parent df34d1b4c8
commit aaf97c0d24
1 changed files with 1 additions and 0 deletions

1
fcm.go
View File

@ -426,6 +426,7 @@ type MessageMultiSendResponse struct {
Failed int
}
// Запрос на отправку пуш-оповещения.
type SendRequest struct {
// Flag for testing the request without actually delivering the message.
ValidateOnly bool `json:"validate_only,omitempty"`