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

Context entity

## Fields

  * `ancestors` - The ancestors of the status in the conversation, as a list of Statuses
  * `descendants` - The descendants of the status in the conversation, as a list of Statuses

# `t`

```elixir
@type t() :: %Hunter.Context{
  ancestors: [Hunter.Status.t()],
  descendants: [Hunter.Status.t()]
}
```

---

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