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

Get a room state.

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

Link to this section Summary

Link to this section Types

Link to this type

t()

View Source
t() :: %Polyjuice.Client.Endpoint.GetRoomsState{
  event_type: String.t(),
  room: String.t(),
  state_key: String.t()
}