Amarula.Content.Edit (amarula v0.5.7)

Copy Markdown View Source

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

Summary

Types

t()

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