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

Synchronize the latest events from the server

https://matrix.org/docs/spec/client_server/latest#get-matrix-client-r0-sync

Link to this section Summary

Link to this section Types

Link to this type

t()

View Source
t() :: %Polyjuice.Client.Endpoint.GetSync{
  filter: String.t() | map() | nil,
  full_state: boolean(),
  set_presence: :offline | :online | :unavailable,
  since: String.t() | nil,
  timeout: integer() | nil
}