trixnity-client
Toggle table of contents
4.22.2
common
Platform filter
common
Switch theme
Search in API
trixnity-client
trixnity-client
/
net.folivo.trixnity.client.store
/
RoomOutboxMessage
/
RoomOutboxMessage
Room
Outbox
Message
constructor
(
roomId
:
RoomId
,
transactionId
:
String
,
content
:
T
,
createdAt
:
Instant
,
sentAt
:
Instant
?
=
null
,
eventId
:
EventId
?
=
null
,
sendError
:
RoomOutboxMessage.SendError
?
=
null
,
keepMediaInCache
:
Boolean
=
true
)