FoPost.Post (FoPost v0.1.0)

Copy Markdown View Source

A composed post: its content, the accounts it targets, and its schedule.

Summary

Types

t()

@type t() :: %FoPost.Post{
  accounts: term(),
  auto_plug: term(),
  auto_plug_content: term(),
  content: term(),
  content_type: term(),
  created_at: term(),
  id: term(),
  labels: term(),
  raw: term(),
  remaining_posts: term(),
  repeatable: term(),
  repeatable_gap: term(),
  repeatable_gap_unit: term(),
  repeatable_times: term(),
  schedule_at: term(),
  settings: term(),
  status: term(),
  summary: term(),
  title: term(),
  updated_at: term(),
  workspace_id: term()
}