trixnity
Toggle table of contents
5.5.0-SNAPSHOT.CI-20260414.150409
common
Target filter
common
Switch theme
Search in API
Skip to content
trixnity
trixnity-client
/
de.connect2x.trixnity.client.store
/
StoredStickyEvent
Stored
Sticky
Event
@
Serializable
(
with
=
StoredStickyEvent.Serializer::class
)
data
class
StoredStickyEvent
<
T
:
StickyEventContent
>
(
val
event
:
ClientEvent.RoomEvent
<
T
>
,
val
startTime
:
Instant
,
val
endTime
:
Instant
)
Members
Constructors
Stored
Sticky
Event
Link copied to clipboard
constructor
(
event
:
ClientEvent.RoomEvent
<
T
>
,
startTime
:
Instant
,
endTime
:
Instant
)
Types
Serializer
Link copied to clipboard
object
Serializer
:
KSerializer
<
StoredStickyEvent
<
StickyEventContent
>
>
Properties
end
Time
Link copied to clipboard
val
endTime
:
Instant
event
Link copied to clipboard
val
event
:
ClientEvent.RoomEvent
<
T
>
start
Time
Link copied to clipboard
val
startTime
:
Instant