Context entity
Fields
ancestors- The ancestors of the status in the conversation, as a list of Statusesdescendants- The descendants of the status in the conversation, as a list of Statuses
Summary
Types
@type t() :: %Hunter.Context{ ancestors: [Hunter.Status.t()], descendants: [Hunter.Status.t()] }