Class ReadMarkersRequest
- java.lang.Object
-
- io.github.ma1uta.matrix.client.model.receipt.ReadMarkersRequest
-
public class ReadMarkersRequest extends Object
JSON body of the read marker request.
-
-
Constructor Summary
Constructors Constructor Description ReadMarkersRequest()
-
-
-
Field Detail
-
fullyRead
private String fullyRead
Required. The event ID the read marker should be located at. The event MUST belong to the room.
-
read
private String read
The event ID to set the read receipt location at. This is equivalent to calling /receipt/m.read/$elsewhere:domain.com and is provided here to save that extra call.
-
-