toggle menu
trixnity-clientserverapi-model
4.9.0
common
switch theme
search in API
trixnity-clientserverapi-model
/
net.folivo.trixnity.clientserverapi.model.server
/
Search
/
Response
/
ResultCategories
/
RoomEventsResult
/
Results
/
EventContext
/
UserProfile
User
Profile
@
Serializable
data
class
UserProfile
(
val
avatarUrl
:
String
?
=
null
,
val
displayName
:
String
?
=
null
)
Members
Constructors
User
Profile
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
display
Name
Link copied to clipboard
@
SerialName
(
value
=
"displayname"
)
val
displayName
:
String
?
=
null