toggle menu
trixnity-clientserverapi-client
4.0.0
common
switch theme
search in API
trixnity-clientserverapi-client
/
net.folivo.trixnity.clientserverapi.client
/
RoomApiClient
/
getEvents
get
Events
abstract
suspend
fun
getEvents
(
roomId
:
RoomId
,
from
:
String
,
dir
:
GetEvents.Direction
=
GetEvents.Direction.FORWARDS
,
to
:
String
?
=
null
,
limit
:
Long
?
=
null
,
filter
:
String
?
=
null
,
asUserId
:
UserId
?
=
null
)
:
Result
<
GetEvents.Response
>
See also
Get
Events