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
Functions
Retrieve status context
Types
@type t() :: %Hunter.Context{ ancestors: [Hunter.Status.t()], descendants: [Hunter.Status.t()] }
Functions
@spec status_context(Hunter.Client.t(), non_neg_integer()) :: t()
Retrieve status context
Parameters
conn- connection credentialsid- status identifier