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-clientserverapi-model
/
de.connect2x.trixnity.clientserverapi.model.room
/
GetJoinedMembers
/
Response
/
RoomMember
Room
Member
@
Serializable
data
class
RoomMember
(
val
displayName
:
String
?
=
null
,
val
avatarUrl
:
String
?
=
null
)
Members
Constructors
Room
Member
Link copied to clipboard
constructor
(
displayName
:
String
?
=
null
,
avatarUrl
:
String
?
=
null
)
Properties
avatar
Url
Link copied to clipboard
@
SerialName
(
value
=
"avatar_url"
)
val
avatarUrl
:
String
?
display
Name
Link copied to clipboard
@
SerialName
(
value
=
"display_name"
)
val
displayName
:
String
?