trixnity-client
Toggle table of contents
4.17.1
common
Platform filter
common
Switch theme
Search in API
trixnity-client
trixnity-client
/
net.folivo.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
?
=
null
heroes
Link copied to clipboard
val
heroes
:
List
<
UserId
>
is
Empty
Link copied to clipboard
val
isEmpty
:
Boolean
=
false
other
Users
Count
Link copied to clipboard
val
otherUsersCount
:
Int
=
0