hunter v0.1.0 Hunter.Mention

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()
t() :: %Hunter.Mention{acct: String.t, id: non_neg_integer, url: URI.t, username: String.t}