diff --git a/src/API/Notification.php b/src/API/Notification.php index 2d4eced..cdd5973 100644 --- a/src/API/Notification.php +++ b/src/API/Notification.php @@ -226,6 +226,8 @@ private function getNotificationDataRules() 'isWP_WNS' => 'bool', 'isAdm' => 'bool', 'isChrome' => 'bool', + 'android_channel_id' => 'string', + 'huawei_channel_id' => 'string', ], ]; }