This commit is contained in:
Grishka
2024-05-21 22:23:15 +03:00
committed by LucasGGamerM
parent c64d6db859
commit ef23734b22
2 changed files with 2 additions and 2 deletions

View File

@@ -14,7 +14,7 @@ import androidx.annotation.StringRes;
public class PushNotification extends BaseModel{
public String accessToken;
public String preferredLocale;
public long notificationId;
public String notificationId;
@RequiredField
public Type notificationType;
@RequiredField