Amarula.Content.Edit (amarula v0.5.5)
View SourceA received message edit (content of a %Amarula.Msg{type: :edit}).
:key— the edited message as anAmarula.Msg.ref/0.:text— the new text.
Summary
Types
@type t() :: %Amarula.Content.Edit{ key: Amarula.Msg.ref() | nil, text: String.t() | nil }