FoPost.Community (FoPost v0.1.0)

Copy Markdown View Source

An X community linked to an account.

:id is the local row id, which is what unlinks it; :community_id is X's own id.

Summary

Types

t()

@type t() :: %FoPost.Community{
  account_id: term(),
  community_id: term(),
  created_at: term(),
  description: term(),
  id: term(),
  image_url: term(),
  last_synced_at: term(),
  member_count: term(),
  name: term(),
  raw: term()
}