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-repository-room
/
de.connect2x.trixnity.client.store.repository.room
/
RoomStickyEvent
Room
Sticky
Event
data
class
RoomStickyEvent
(
val
roomId
:
RoomId
,
val
type
:
String
,
val
sender
:
UserId
,
val
stickyKey
:
String
,
val
eventId
:
EventId
,
val
endTimeMs
:
Long
,
val
value
:
String
)
Members
Constructors
Room
Sticky
Event
Link copied to clipboard
constructor
(
roomId
:
RoomId
,
type
:
String
,
sender
:
UserId
,
stickyKey
:
String
,
eventId
:
EventId
,
endTimeMs
:
Long
,
value
:
String
)
Properties
end
Time
Ms
Link copied to clipboard
val
endTimeMs
:
Long
event
Id
Link copied to clipboard
val
eventId
:
EventId
room
Id
Link copied to clipboard
val
roomId
:
RoomId
sender
Link copied to clipboard
val
sender
:
UserId
sticky
Key
Link copied to clipboard
val
stickyKey
:
String
type
Link copied to clipboard
val
type
:
String
value
Link copied to clipboard
val
value
:
String