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
/
UserRelationshipsData
User
Relationships
Data
@
Serializable
data
class
UserRelationshipsData
(
val
userId
:
String
,
val
partners
:
List
<
RelationshipPartner
>
,
val
totalCount
:
Int
)
用户关系数据 包含用户的关系列表信息
Parameters
user
Id
用户 ID
partners
关系伴侣列表
total
Count
关系总数
Members
Constructors
User
Relationships
Data
Link copied to clipboard
constructor
(
userId
:
String
,
partners
:
List
<
RelationshipPartner
>
,
totalCount
:
Int
)
Properties
partners
Link copied to clipboard
@
SerialName
(
value
=
"partners"
)
val
partners
:
List
<
RelationshipPartner
>
total
Count
Link copied to clipboard
@
SerialName
(
value
=
"totalCount"
)
val
totalCount
:
Int
user
Id
Link copied to clipboard
@
SerialName
(
value
=
"userId"
)
val
userId
:
String