Notifications

@Serializable
data class Notifications(val room: Long = 50)

Constructors

Link copied to clipboard
constructor(room: Long = 50)

Properties

Link copied to clipboard
@SerialName(value = "room")
val room: Long = 50