Cyclium.Intent.AudienceTarget (Cyclium v0.2.1)

Copy Markdown View Source

For non-user-initiated conversations: who is this conversation for?

Summary

Types

t()

@type t() :: %Cyclium.Intent.AudienceTarget{
  delivery: :await | :notify | :both,
  mode: :principal | :pool | :any,
  pool: binary() | nil,
  principal_id: binary() | nil
}