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
/
RandomFursuit
Random
Fursuit
@
Serializable
data
class
RandomFursuit
(
val
username
:
String
,
val
displayName
:
String
,
val
avatarUrl
:
String
?
=
null
,
val
species
:
String
?
=
null
)
随机推荐用户 表示一个随机推荐的用户信息
Parameters
username
用户名
display
Name
显示名称
avatar
Url
头像 URL
species
物种
Members
Constructors
Random
Fursuit
Link copied to clipboard
constructor
(
username
:
String
,
displayName
:
String
,
avatarUrl
:
String
?
=
null
,
species
:
String
?
=
null
)
Properties
avatar
Url
Link copied to clipboard
val
avatarUrl
:
String
?
=
null
display
Name
Link copied to clipboard
val
displayName
:
String
species
Link copied to clipboard
val
species
:
String
?
=
null
username
Link copied to clipboard
val
username
:
String