feat: global notification

This commit is contained in:
rebelonion 2024-03-14 14:16:25 -05:00
parent b654824eb7
commit 6122eb3669
5 changed files with 93 additions and 33 deletions

View file

@ -412,7 +412,9 @@ data class Notification(
@SerialName("type")
val type: Int? = null,
@SerialName("content")
val content: String? = null
val content: String? = null,
@SerialName("notification_id")
val notificationId: Int
)