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.user
/
UserVisitor
User
Visitor
@
Serializable
data
class
UserVisitor
(
val
userId
:
String
,
val
username
:
String
,
val
displayName
:
String
,
val
avatarUrl
:
String
?
=
null
,
val
visitedAt
:
String
)
访客信息 表示一个访客的信息
Parameters
user
Id
访客用户 ID
username
访客用户名
display
Name
访客显示名称
avatar
Url
访客头像 URL
visited
At
访问时间
Members
Constructors
User
Visitor
Link copied to clipboard
constructor
(
userId
:
String
,
username
:
String
,
displayName
:
String
,
avatarUrl
:
String
?
=
null
,
visitedAt
:
String
)
Properties
avatar
Url
Link copied to clipboard
@
SerialName
(
value
=
"avatarUrl"
)
val
avatarUrl
:
String
?
=
null
display
Name
Link copied to clipboard
@
SerialName
(
value
=
"displayName"
)
val
displayName
:
String
user
Id
Link copied to clipboard
@
SerialName
(
value
=
"userId"
)
val
userId
:
String
username
Link copied to clipboard
@
SerialName
(
value
=
"username"
)
val
username
:
String
visited
At
Link copied to clipboard
@
SerialName
(
value
=
"visitedAt"
)
val
visitedAt
:
String