MatrixAppService.Event (MatrixAppService v0.1.0) View Source

Struct for a Matrix event.

Link to this section Summary

Link to this section Types

Specs

t() :: %MatrixAppService.Event{
  age: integer(),
  content: map(),
  event_id: String.t(),
  origin_server_ts: integer(),
  room_id: String.t(),
  sender: String.t(),
  state_key: String.t(),
  type: String.t(),
  unsigned: map(),
  user_id: String.t()
}