Hunter.Mention (hunter v0.6.0)

Copy Markdown View Source

Mention entity

Fields

  • url - URL of user's profile (can be remote)
  • username - The username of the account
  • acct - Equals username for local users, includes @domain for remote ones
  • id - Account ID

Summary

Types

t()

@type t() :: %Hunter.Mention{
  acct: String.t(),
  id: non_neg_integer(),
  url: String.t(),
  username: String.t()
}