Clover v0.1.0 Clover.Message View Source

A Clover message

Link to this section Summary

Link to this section Types

Link to this type mention() View Source
mention() :: {start :: non_neg_integer(), length :: non_neg_integer()}
Link to this type mentions() View Source
mentions() :: %{required(String.t()) => mention()}
Link to this type t() View Source
t() :: %Clover.Message{
  mentions: mentions(),
  robot: String.t(),
  room: String.t(),
  text: String.t(),
  type: String.t(),
  user: Clover.User.t()
}