diff --git a/notification_types.go b/notification_types.go index 8367e36..af4b72f 100644 --- a/notification_types.go +++ b/notification_types.go @@ -7,11 +7,10 @@ type NotificationPayload struct { } type NotificationEvent struct { - ID string - UID string - UserID string - Type string - Priority string - Time int64 - Payload NotificationPayload + ID string + UID string + UserID string + Type string + Time int64 + Payload NotificationPayload }