MillionSend.Contacts.TopicSubscription (MillionSend v0.5.0)

Copy Markdown View Source

A contact's effective subscription to one topic, as returned by MillionSend.Contacts.list_topics/2. subscription is "opt_in" or "opt_out"; explicit is false when that is the topic's default rather than the contact's own choice.

Summary

Types

t()

@type t() :: %MillionSend.Contacts.TopicSubscription{
  description: term(),
  explicit: term(),
  id: term(),
  name: term(),
  subscription: term()
}