trixnity-client
3.10.3
common
trixnity-client
/
net.folivo.trixnity.client.store
/
RoomOutboxMessageStore
/
update
update
suspend
fun
update
(
transactionId
:
String
,
updater
:
suspend
(
RoomOutboxMessage
<
*
>
?
)
->
RoomOutboxMessage
<
*
>
?
)