Igor v0.1.0 Igor.Message View Source

Matrix message

Link to this section Summary

Link to this section Types

Link to this type

t()

View Source
t() :: %Igor.Message{
  content: map(),
  event_id: String.t(),
  parsed_command: list(),
  room: String.t(),
  sender: String.t(),
  text: String.t(),
  type: String.t()
}