feat: global notification
This commit is contained in:
parent
b654824eb7
commit
6122eb3669
5 changed files with 93 additions and 33 deletions
|
@ -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
|
||||
)
|
||||
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue