trixnity-clientserverapi-model
Toggle table of contents
4.14.1
common
Platform filter
common
Switch theme
Search in API
trixnity-clientserverapi-model
trixnity-clientserverapi-model
/
net.folivo.trixnity.clientserverapi.model.users
/
GetProfile
/
Response
Response
@
Serializable
data
class
Response
(
val
displayName
:
String
?
,
val
avatarUrl
:
String
?
)
Members
Constructors
Response
Link copied to clipboard
constructor
(
displayName
:
String
?
,
avatarUrl
:
String
?
)
Properties
avatar
Url
Link copied to clipboard
@
SerialName
(
value
=
"avatar_url"
)
val
avatarUrl
:
String
?
display
Name
Link copied to clipboard
@
SerialName
(
value
=
"displayname"
)
val
displayName
:
String
?