Uses of Class
io.github.ma1uta.matrix.client.model.event.RedactRequest
-
Packages that use RedactRequest Package Description io.github.ma1uta.matrix.client.api Client API interfaces. -
-
Uses of RedactRequest in io.github.ma1uta.matrix.client.api
Methods in io.github.ma1uta.matrix.client.api with parameters of type RedactRequest Modifier and Type Method Description void
EventApi. redact(String roomId, String eventId, String txnId, RedactRequest event, javax.ws.rs.core.UriInfo uriInfo, javax.ws.rs.core.HttpHeaders httpHeaders, javax.ws.rs.container.AsyncResponse asyncResponse, javax.ws.rs.core.SecurityContext securityContext)
Strips all information out of an event which isn't critical to the integrity of the server-side representation of the room.
-