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 accountacct- Equalsusernamefor local users, includes@domainfor remote onesid- Account ID
Link to this section Summary
Link to this section Types
Link to this type
t()
View Source
t()
View Source
t() :: %Hunter.Mention{
acct: String.t(),
id: non_neg_integer(),
url: String.t(),
username: String.t()
}
t() :: %Hunter.Mention{
acct: String.t(),
id: non_neg_integer(),
url: String.t(),
username: String.t()
}