Uses of Class
io.github.ma1uta.matrix.client.model.receipt.ReadMarkersRequest
-
Packages that use ReadMarkersRequest Package Description io.github.ma1uta.matrix.client.api Client API interfaces. -
-
Uses of ReadMarkersRequest in io.github.ma1uta.matrix.client.api
Methods in io.github.ma1uta.matrix.client.api with parameters of type ReadMarkersRequest Modifier and Type Method Description void
ReceiptApi. readMarkers(String roomId, ReadMarkersRequest request, javax.ws.rs.core.UriInfo uriInfo, javax.ws.rs.core.HttpHeaders httpHeaders, javax.ws.rs.container.AsyncResponse asyncResponse, javax.ws.rs.core.SecurityContext securityContext)
Sets the position of the read marker for a given room, and optionally the read receipt's location.
-