Class ReadMarkersRequest


  • public class ReadMarkersRequest
    extends Object
    JSON body of the read marker request.
    • 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.
    • Constructor Detail

      • ReadMarkersRequest

        public ReadMarkersRequest()
    • Method Detail

      • getFullyRead

        public String getFullyRead()
      • setFullyRead

        public void setFullyRead​(String fullyRead)
      • getRead

        public String getRead()
      • setRead

        public void setRead​(String read)