fursuit-tv-sdk
Toggle table of contents
0.2.2
common
Target filter
common
Switch theme
Search in API
Skip to content
fursuit-tv-sdk
fursuit-tv-sdk
/
com.furrist.rp.furtv.sdk.user
/
StoreUser
Store
User
@
Serializable
data
class
StoreUser
(
val
id
:
Int
,
val
username
:
String
,
val
nickname
:
String
?
=
null
)
商店用户摘要信息。
Parameters
id
用户 ID
username
用户名
nickname
昵称
Members
Constructors
Store
User
Link copied to clipboard
constructor
(
id
:
Int
,
username
:
String
,
nickname
:
String
?
=
null
)
Properties
id
Link copied to clipboard
@
SerialName
(
value
=
"id"
)
val
id
:
Int
nickname
Link copied to clipboard
@
SerialName
(
value
=
"nickname"
)
val
nickname
:
String
?
username
Link copied to clipboard
@
SerialName
(
value
=
"username"
)
val
username
:
String