trixnity-client
4.0.0-beta1
common
trixnity-client
/
net.folivo.trixnity.client.store
/
RoomOutboxMessage
/
RoomOutboxMessage
Room
Outbox
Message
constructor
(
transactionId
:
String
,
roomId
:
RoomId
,
content
:
T
,
sentAt
:
Instant
?
=
null
,
sendError
:
RoomOutboxMessage.SendError
?
=
null
,
keepMediaInCache
:
Boolean
=
true
)