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

Send a redaction event to a room.

https://matrix.org/docs/spec/client_server/r0.5.0#id308

Link to this section Summary

Link to this section Types

Link to this type

t()

View Source
t() :: %Polyjuice.Client.Endpoint.PutRoomsRedact{
  event: String.t(),
  reason: String.t() | nil,
  room: String.t(),
  txn_id: String.t()
}