trixnity-core
3.10.0
common
trixnity-core
/
net.folivo.trixnity.core.model.events
/
Event
/
StrippedStateEvent
Stripped
State
Event
@
Serializable
data
class
StrippedStateEvent
<
C
:
StateEventContent
>
(
val
content
:
C
,
val
id
:
EventId
?
=
null
,
val
sender
:
UserId
,
val
roomId
:
RoomId
?
=
null
,
val
originTimestamp
:
Long
?
=
null
,
val
unsigned
:
UnsignedRoomEventData.UnsignedStateEventData
<
C
>
?
=
null
,
val
stateKey
:
String
)
:
Event
<
C
>
Members
Constructors
Stripped
State
Event
Link copied to clipboard
constructor
(
content
:
C
,
id
:
EventId
?
=
null
,
sender
:
UserId
,
roomId
:
RoomId
?
=
null
,
originTimestamp
:
Long
?
=
null
,
unsigned
:
UnsignedRoomEventData.UnsignedStateEventData
<
C
>
?
=
null
,
stateKey
:
String
)
Properties
content
Link copied to clipboard
open
override
val
content
:
C
id
Link copied to clipboard
val
id
:
EventId
?
=
null
origin
Timestamp
Link copied to clipboard
val
originTimestamp
:
Long
?
=
null
room
Id
Link copied to clipboard
val
roomId
:
RoomId
?
=
null
sender
Link copied to clipboard
val
sender
:
UserId
state
Key
Link copied to clipboard
val
stateKey
:
String
unsigned
Link copied to clipboard
val
unsigned
:
UnsignedRoomEventData.UnsignedStateEventData
<
C
>
?
=
null