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
/
StoredNotificationUpdate
/
Content
Content
@
Serializable
sealed
interface
Content
Inheritors
Message
State
Members
Types
Message
Link copied to clipboard
@
Serializable
@
SerialName
(
value
=
"message"
)
data
class
Message
(
val
roomId
:
RoomId
,
val
eventId
:
EventId
)
:
StoredNotificationUpdate.Content
State
Link copied to clipboard
@
Serializable
@
SerialName
(
value
=
"state"
)
data
class
State
(
val
roomId
:
RoomId
,
val
eventId
:
EventId
?
,
val
type
:
String
,
val
stateKey
:
String
)
:
StoredNotificationUpdate.Content
Properties
room
Id
Link copied to clipboard
abstract
val
roomId
:
RoomId