From aaf97c0d24099e95dde0aad9bd3d46efedeec788 Mon Sep 17 00:00:00 2001 From: Vladislav Veselskiy Date: Sat, 25 Jan 2025 11:20:10 +0300 Subject: [PATCH] Add comment. --- fcm.go | 1 + 1 file changed, 1 insertion(+) diff --git a/fcm.go b/fcm.go index ad71cbf..f791ef5 100644 --- a/fcm.go +++ b/fcm.go @@ -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"`