Hunter.Card.Author (hunter v0.7.0)

Copy Markdown View Source

Card author entity

A fediverse author of the resource a Hunter.Card previews

Fields

  • name - the original resource author's name
  • url - a link to the author's website
  • account - the author's Hunter.Account, if known to the instance

Summary

Types

t()

@type t() :: %Hunter.Card.Author{
  account: Hunter.Account.t() | nil,
  name: String.t(),
  url: String.t()
}