trixnity
Toggle table of contents
5.2.0-SNAPSHOT.CI-20260302.101522
common
Target filter
common
Switch theme
Search in API
Skip to content
trixnity
trixnity-serverserverapi-model
/
de.connect2x.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
?
displayname
Link copied to clipboard
@
SerialName
(
value
=
"displayname"
)
val
displayname
:
String
?