fursuit-tv-sdk
Toggle table of contents
0.1.0
common
Platform filter
common
Switch theme
Search in API
fursuit-tv-sdk
fursuit-tv-sdk
/
com.furrist.rp.furtv.sdk.search
/
DiscoveryRandomUser
Discovery
Random
User
@
Serializable
data
class
DiscoveryRandomUser
(
val
username
:
String
,
val
displayName
:
String
,
val
avatarUrl
:
String
?
=
null
,
val
species
:
String
?
=
null
,
val
description
:
String
?
=
null
)
Discovery 随机推荐用户 表示一个随机推荐的用户信息
Parameters
username
用户名
display
Name
显示名称
avatar
Url
头像 URL
species
物种
description
描述
Members
Constructors
Discovery
Random
User
Link copied to clipboard
constructor
(
username
:
String
,
displayName
:
String
,
avatarUrl
:
String
?
=
null
,
species
:
String
?
=
null
,
description
:
String
?
=
null
)
Properties
avatar
Url
Link copied to clipboard
@
SerialName
(
value
=
"avatarUrl"
)
val
avatarUrl
:
String
?
=
null
description
Link copied to clipboard
@
SerialName
(
value
=
"description"
)
val
description
:
String
?
=
null
display
Name
Link copied to clipboard
@
SerialName
(
value
=
"displayName"
)
val
displayName
:
String
species
Link copied to clipboard
@
SerialName
(
value
=
"species"
)
val
species
:
String
?
=
null
username
Link copied to clipboard
@
SerialName
(
value
=
"username"
)
val
username
:
String