trixnity-client
Toggle table of contents
4.14.1
common
Platform filter
common
Switch theme
Search in API
trixnity-client
trixnity-client
/
net.folivo.trixnity.client.room
/
RoomService
/
getOutbox
get
Outbox
abstract
fun
getOutbox
(
)
:
Flow
<
List
<
Flow
<
RoomOutboxMessage
<
*
>
?
>
>
>
abstract
fun
getOutbox
(
roomId
:
RoomId
)
:
Flow
<
List
<
Flow
<
RoomOutboxMessage
<
*
>
?
>
>
>
abstract
fun
getOutbox
(
roomId
:
RoomId
,
transactionId
:
String
)
:
Flow
<
RoomOutboxMessage
<
*
>
?
>