Polyjuice Client v0.4.4 Polyjuice.Client.Endpoint.GetRoomsMembers View Source

Get the list of members for this room. Return the full lists of membership events

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

Link to this section Summary

Link to this section Types

Link to this type

t()

View Source
t() :: %Polyjuice.Client.Endpoint.GetRoomsMembers{
  at: String.t() | nil,
  membership: :join | :invite | :leave | :ban | nil,
  not_membership: :join | :invite | :leave | :ban | nil,
  room: String.t()
}