# `Hunter.Result`
[🔗](https://github.com/milmazz/hunter/blob/v0.8.0/lib/hunter/result.ex#L1)

Result entity

## Fields

  * `accounts` - list of matched `Hunter.Account`
  * `statuses` - list of matched `Hunter.Status`
  * `hashtags` - list of matched `Hunter.Tag`

# `t`

```elixir
@type t() :: %Hunter.Result{
  accounts: [Hunter.Account.t()],
  hashtags: [Hunter.Tag.t()],
  statuses: [Hunter.Status.t()]
}
```

---

*Consult [api-reference.md](api-reference.md) for complete listing*
