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

Performs a search for users.

https://matrix.org/docs/spec/client_server/r0.6.1#post-matrix-client-r0-user-directory-search

Link to this section Summary

Link to this section Types

Link to this type

t()

View Source
t() :: %Polyjuice.Client.Endpoint.PostUserDirectorySearch{
  limit: integer() | nil,
  search_term: String.t()
}