mirror of
https://github.com/rebelonion/Dantotsu.git
synced 2026-01-30 05:41:02 +00:00
feat: global notification
This commit is contained in:
@@ -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
|
||||
)
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user