User

data class User(val level: Long) : PowerLevel

Constructors

Link copied to clipboard
constructor(level: Long)

Properties

Link copied to clipboard
val level: Long

Functions

Link copied to clipboard
open operator override fun compareTo(other: PowerLevel): Int
open operator fun compareTo(other: Long): Int