Polyjuice Client v0.4.2 Polyjuice.Client.Endpoint.PostRoomsReadMarkers View Source

Sets the position of the read marker for a given room, and optionally the read receipt's location. https://matrix.org/docs/spec/client_server/r0.5.0#post-matrix-client-r0-rooms-roomid-read-markers

Link to this section Summary

Link to this section Types

Link to this type

t()

View Source
t() :: %Polyjuice.Client.Endpoint.PostRoomsReadMarkers{
  fully_read: String.t(),
  read: String.t() | nil,
  room: String.t()
}