toggle menu
trixnity-client
4.11.2
common
switch theme
search in API
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
<
*
>
?
>