Amarula.Content.MemberTag (amarula v0.4.2)

View Source

A received group member-label change (content of a %Amarula.Msg{type: :member_tag}).

  • :label — the new label; "" means the tag was cleared (removal).
  • :timestamp — when it changed (ms).

The group is msg.channel; pair it with Amarula.update_member_tag/3.

Summary

Types

t()

@type t() :: %Amarula.Content.MemberTag{label: String.t(), timestamp: integer() | nil}