niklaslong/matrix-elixir-sdk

Implement sending events to a room

Closed this issue · 0 comments

As described here: https://matrix.org/docs/spec/client_server/r0.6.1#sending-events-to-a-room

  • PUT /_matrix/client/r0/rooms/{roomId}/state/{eventType}/{stateKey}
  • PUT /_matrix/client/r0/rooms/{roomId}/send/{eventType}/{txnId}