trixnity-clientserverapi-model
Toggle table of contents
4.21.0
common
Platform filter
common
Switch theme
Search in API
trixnity-clientserverapi-model
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