Amarula.Content.Reaction (amarula v0.5.5)
View SourceA received reaction (content of a %Amarula.Msg{type: :reaction}).
:key— the reacted-to message as anAmarula.Msg.ref/0(feed it straight toAmarula.send_reaction/3).:emoji— the reaction emoji;""means the reaction was removed.
Summary
Types
@type t() :: %Amarula.Content.Reaction{ emoji: String.t(), key: Amarula.Msg.ref() | nil }