codemc-api
Toggle table of contents
1.2.0
jvm
Platform filter
jvm
Switch theme
Search in API
codemc-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.