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

Join a room.

https://matrix.org/docs/spec/client_server/r0.5.0#post-matrix-client-r0-join-roomidoralias

Link to this section Summary

Link to this section Types

Link to this type

t()

View Source
t() :: %Polyjuice.Client.Endpoint.PostJoin{
  room: String.t(),
  servers: [String.t()],
  third_party_signed: map() | nil
}