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
/
UserIdData
User
Id
Data
@
Serializable
data
class
UserIdData
(
val
id
:
Int
,
val
username
:
String
,
val
nickname
:
String
?
=
null
,
val
avatarUrl
:
String
?
=
null
,
val
fursuitSpecies
:
String
?
=
null
,
val
location
:
String
?
=
null
)
用户 ID 数据,包含 VDS 返回的用户基础信息。
Parameters
id
用户 ID
username
用户名
nickname
昵称
avatar
Url
头像 URL
fursuit
Species
兽装物种
location
地理位置
Members
Constructors
User
Id
Data
Link copied to clipboard
constructor
(
id
:
Int
,
username
:
String
,
nickname
:
String
?
=
null
,
avatarUrl
:
String
?
=
null
,
fursuitSpecies
:
String
?
=
null
,
location
:
String
?
=
null
)
Properties
avatar
Url
Link copied to clipboard
@
SerialName
(
value
=
"avatar_url"
)
val
avatarUrl
:
String
?
fursuit
Species
Link copied to clipboard
@
SerialName
(
value
=
"fursuit_species"
)
val
fursuitSpecies
:
String
?
id
Link copied to clipboard
@
SerialName
(
value
=
"id"
)
val
id
:
Int
location
Link copied to clipboard
@
SerialName
(
value
=
"location"
)
val
location
:
String
?
nickname
Link copied to clipboard
@
SerialName
(
value
=
"nickname"
)
val
nickname
:
String
?
username
Link copied to clipboard
@
SerialName
(
value
=
"username"
)
val
username
:
String