Card author entity
A fediverse author of the resource a Hunter.Card previews
Fields
name- the original resource author's nameurl- a link to the author's websiteaccount- the author'sHunter.Account, if known to the instance
Summary
Types
@type t() :: %Hunter.Card.Author{ account: Hunter.Account.t() | nil, name: String.t(), url: String.t() }