Amarula.Content.Keep (amarula v0.5.5)

View Source

A received keep-in-chat / undo (content of a %Amarula.Msg{type: :keep}).

  • :key — the kept message as an Amarula.Msg.ref/0.
  • :kept?true to keep, false to undo a keep.

Summary

Types

t()

@type t() :: %Amarula.Content.Keep{kept?: boolean(), key: Amarula.Msg.ref() | nil}