Polyjuice Client v0.2.1 Polyjuice.Client.Endpoint.PostUserFilter View Source

Upload a filter definition.

https://matrix.org/docs/spec/client_server/r0.5.0#post-matrix-client-r0-user-userid-filter

Link to this section Summary

Link to this section Types

Link to this type

t()

View Source
t() :: %Polyjuice.Client.Endpoint.PostUserFilter{
  filter: map(),
  user_id: String.t()
}

Link to this section Functions

Link to this function

transform(status_code, resp_headers, body)

View Source