LiquidBounce
Toggle table of contents
0.40.0
jvm
Target filter
jvm
Switch theme
Search in API
Skip to content
LiquidBounce
LiquidBounce
/
net.ccbluex.liquidbounce.api.thirdparty.mojang.model
/
FriendsUpdateRequest
Friends
Update
Request
@
JvmRecord
data
class
FriendsUpdateRequest
(
val
name
:
String
?
=
null
,
val
profileId
:
String
?
=
null
,
val
updateType
:
String
)
:
Record
Members
Constructors
Friends
Update
Request
Link copied to clipboard
constructor
(
name
:
String
?
=
null
,
profileId
:
String
?
=
null
,
updateType
:
String
)
Properties
name
Link copied to clipboard
@
SerializedName
(
value
=
"name"
)
val
name
:
String
?
profile
Id
Link copied to clipboard
@
SerializedName
(
value
=
"profileId"
)
val
profileId
:
String
?
update
Type
Link copied to clipboard
@
SerializedName
(
value
=
"updateType"
)
val
updateType
:
String