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
/
UserProfileCharacter
User
Profile
Character
@
Serializable
data
class
UserProfileCharacter
(
val
id
:
String
,
val
name
:
String
,
val
species
:
String
?
=
null
,
val
gender
:
String
?
=
null
,
val
worldview
:
String
?
=
null
)
用户角色信息。
Parameters
id
角色 ID
name
角色名称
species
物种
gender
性别
worldview
世界观
Members
Constructors
User
Profile
Character
Link copied to clipboard
constructor
(
id
:
String
,
name
:
String
,
species
:
String
?
=
null
,
gender
:
String
?
=
null
,
worldview
:
String
?
=
null
)
Properties
gender
Link copied to clipboard
@
SerialName
(
value
=
"gender"
)
val
gender
:
String
?
id
Link copied to clipboard
@
SerialName
(
value
=
"id"
)
val
id
:
String
name
Link copied to clipboard
@
SerialName
(
value
=
"name"
)
val
name
:
String
species
Link copied to clipboard
@
SerialName
(
value
=
"species"
)
val
species
:
String
?
worldview
Link copied to clipboard
@
SerialName
(
value
=
"worldview"
)
val
worldview
:
String
?