toggle menu
trixnity-serverserverapi-model
4.1.1
common
switch theme
search in API
trixnity-serverserverapi-model
/
net.folivo.trixnity.serverserverapi.model.federation
/
QueryProfile
/
Response
Response
@
Serializable
data
class
Response
(
val
avatarUrl
:
String
?
=
null
,
val
displayname
:
String
?
=
null
)
Members
Constructors
Response
Link copied to clipboard
constructor
(
avatarUrl
:
String
?
=
null
,
displayname
:
String
?
=
null
)
Properties
avatar
Url
Link copied to clipboard
@
SerialName
(
value
=
"avatar_url"
)
val
avatarUrl
:
String
?
=
null
displayname
Link copied to clipboard
@
SerialName
(
value
=
"displayname"
)
val
displayname
:
String
?
=
null