Amarula.Content.Edit (amarula v0.4.4)

View Source

A received message edit (content of a %Amarula.Msg{type: :edit}).

  • :key — the edited message as a {jid, msg_id} ref.
  • :text — the new text.

Summary

Types

t()

@type t() :: %Amarula.Content.Edit{
  key: {String.t() | nil, String.t() | nil} | nil,
  text: String.t() | nil
}