hunter v0.5.1 Hunter.Context View Source
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
Link to this section Summary
Functions
Retrieve status context
Link to this section Types
Link to this type
t()
View Source
t()
View Source
t() :: %Hunter.Context{
ancestors: [Hunter.Status.t()],
descendants: [Hunter.Status.t()]
}
t() :: %Hunter.Context{ ancestors: [Hunter.Status.t()], descendants: [Hunter.Status.t()] }
Link to this section Functions
Link to this function
status_context(conn, id)
View Source
status_context(conn, id)
View Source
status_context(Hunter.Client.t(), non_neg_integer()) :: Hunter.Context.t()
status_context(Hunter.Client.t(), non_neg_integer()) :: Hunter.Context.t()
Retrieve status context
Parameters
conn
- connection credentialsid
- status identifier