toggle menu
codemc-api
1.1.1
jvm
switch theme
search in API
codemc-api
/
io.codemc.api.database
/
User
User
data
class
User
(
val
username
:
String
,
val
discord
:
Long
)
Represents a user in the database.
Members
Constructors
User
Link copied to clipboard
constructor
(
username
:
String
,
discord
:
Long
)
Properties
discord
Link copied to clipboard
val
discord
:
Long
The Discord ID of the user.
username
Link copied to clipboard
val
username
:
String
The username of the user.