Result entity
Fields
accounts- list of matchedHunter.Accountstatuses- list of matchedHunter.Statushashtags- list of matchedHunter.Tag
Summary
Types
@type t() :: %Hunter.Result{ accounts: [Hunter.Account.t()], hashtags: [Hunter.Tag.t()], statuses: [Hunter.Status.t()] }