Polyjuice Client v0.3.1 Polyjuice.Client.Endpoint.PostRoomsReceipt View Source

Update the user's read receipt.

https://matrix.org/docs/spec/client_server/r0.5.0#post-matrix-client-r0-rooms-roomid-receipt-receipttype-eventid

Link to this section Summary

Link to this section Types

Link to this type

t()

View Source
t() :: %Polyjuice.Client.Endpoint.PostRoomsReceipt{
  event_id: String.t(),
  receipt_type: String.t(),
  room: String.t()
}