From 3fa3f4255e665815b154960e6275b409e162a843 Mon Sep 17 00:00:00 2001 From: simus Date: Fri, 30 Dec 2022 16:21:00 +0500 Subject: [PATCH] added some official docstrings to the NotificationTypes --- response.go | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/response.go b/response.go index 37f20ea..256b9d5 100644 --- a/response.go +++ b/response.go @@ -51,11 +51,11 @@ const ( // NonPromotionalSubscriptionType is NON_PROMOTIONAL_SUBSCRIPTION messaging type. NonPromotionalSubscriptionType MessagingType = "NON_PROMOTIONAL_SUBSCRIPTION" - // NotificationNoPushType is NO_PUSH notification type + // NotificationNoPushType is NO_PUSH notification type. No notification NotificationNoPushType NotificationType = "NO_PUSH" - // NotificationRegularType is REGULAR notification type (default) + // NotificationRegularType is REGULAR notification type (default). Sound or vibration when a message is received by a person NotificationRegularType NotificationType = "REGULAR" - // NotificationSilentPushType is SILENT_PUSH notification type + // NotificationSilentPushType is SILENT_PUSH notification type. On-screen notification only NotificationSilentPushType NotificationType = "SILENT_PUSH" // TopElementStyle is compact.