Mention entity
Fields
url- URL of user's profile (can be remote)username- The username of the accountacct- Equalsusernamefor local users, includes@domainfor remote onesid- Account ID
Summary
Types
@type t() :: %Hunter.Mention{ acct: String.t(), id: non_neg_integer(), url: String.t(), username: String.t() }