Polyjuice Client v0.2.3 Polyjuice.Client.Endpoint.GetRoomsMessages View Source

Paginates events.

https://matrix.org/docs/spec/client_server/latest#get-matrix-client-r0-rooms-roomid-messages

Link to this section Summary

Link to this section Types

Link to this type

t()

View Source
t() :: %Polyjuice.Client.Endpoint.GetRoomsMessages{
  dir: :forward | :backward,
  filter: map() | nil,
  from: String.t(),
  limit: integer() | nil,
  room: String.t(),
  to: String.t() | nil
}