FoPost.AccountSnapshot (FoPost v0.1.0)

Copy Markdown View Source

One point in an account's follower history.

Summary

Types

t()

@type t() :: %FoPost.AccountSnapshot{
  fetched_at: term(),
  followers: term(),
  following: term(),
  profile_views: term(),
  raw: term(),
  reach: term(),
  total_posts: term()
}