hunter v0.5.1 Hunter.Mention 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

Link to this section Summary

Link to this section Types

Link to this type

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