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-client
/
de.connect2x.trixnity.client.store
/
RoomDisplayName
Room
Display
Name
@
Serializable
data
class
RoomDisplayName
(
val
explicitName
:
String
?
=
null
,
val
heroes
:
List
<
UserId
>
=
emptyList()
,
val
otherUsersCount
:
Int
=
0
,
val
isEmpty
:
Boolean
=
false
,
summary
:
Sync.Response.Rooms.JoinedRoom.RoomSummary
?
)
Members
Constructors
Room
Display
Name
Link copied to clipboard
constructor
(
explicitName
:
String
?
=
null
,
heroes
:
List
<
UserId
>
=
emptyList()
,
otherUsersCount
:
Int
=
0
,
isEmpty
:
Boolean
=
false
,
summary
:
Sync.Response.Rooms.JoinedRoom.RoomSummary
?
)
Properties
explicit
Name
Link copied to clipboard
val
explicitName
:
String
?
heroes
Link copied to clipboard
val
heroes
:
List
<
UserId
>
is
Empty
Link copied to clipboard
val
isEmpty
:
Boolean
other
Users
Count
Link copied to clipboard
val
otherUsersCount
:
Int