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
/
State
State
@
Serializable
@
SerialName
(
value
=
"state"
)
data
class
State
(
val
roomId
:
RoomId
,
val
eventId
:
EventId
?
,
val
type
:
String
,
val
stateKey
:
String
)
:
StoredNotificationUpdate.Content
Members
Constructors
State
Link copied to clipboard
constructor
(
roomId
:
RoomId
,
eventId
:
EventId
?
,
type
:
String
,
stateKey
:
String
)
Properties
event
Id
Link copied to clipboard
val
eventId
:
EventId
?
room
Id
Link copied to clipboard
open
override
val
roomId
:
RoomId
state
Key
Link copied to clipboard
val
stateKey
:
String
type
Link copied to clipboard
@
SerialName
(
value
=
"eventContentType"
)
val
type
:
String