hunter v0.3.0 Hunter.Context

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

Summary

Functions

Retrieve status context

Types

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

Functions

status_context(conn, id)
status_context(Hunter.Client.t, non_neg_integer) :: Hunter.Context.t

Retrieve status context

Parameters

  • conn - connection credentials
  • id - status identifier