FoPost.Account (FoPost v0.1.0)

Copy Markdown View Source

A connected social account — the thing a post is delivered to.

Summary

Types

t()

@type t() :: %FoPost.Account{
  active: term(),
  avatar: term(),
  created_at: term(),
  health_status: term(),
  id: term(),
  is_primary: term(),
  last_health_check: term(),
  name: term(),
  platform: term(),
  raw: term(),
  updated_at: term(),
  username: term(),
  workspace: term(),
  workspace_id: term()
}