trixnity
Toggle table of contents
5.2.0-SNAPSHOT.CI-20260302.101522
common
Target filter
common
Switch theme
Search in API
Skip to content
trixnity
trixnity-client-repository-room
/
de.connect2x.trixnity.client.store.repository.room
/
RoomRoomOutboxMessage
Room
Room
Outbox
Message
data
class
RoomRoomOutboxMessage
(
val
roomId
:
RoomId
,
val
transactionId
:
String
,
val
value
:
String
,
val
contentType
:
String
)
Members
Constructors
Room
Room
Outbox
Message
Link copied to clipboard
constructor
(
roomId
:
RoomId
,
transactionId
:
String
,
value
:
String
,
contentType
:
String
)
Properties
content
Type
Link copied to clipboard
val
contentType
:
String
room
Id
Link copied to clipboard
val
roomId
:
RoomId
transaction
Id
Link copied to clipboard
val
transactionId
:
String
value
Link copied to clipboard
val
value
:
String