Report entity
This module defines a Hunter.Report struct and the main functions
for working with Reports.
Fields
id- id of the reportaction_taken- action taken in response to the report
Summary
Functions
Report a user
Types
@type t() :: %Hunter.Report{action_taken: String.t(), id: non_neg_integer()}
Functions
@spec report(Hunter.Client.t(), non_neg_integer(), [non_neg_integer()], String.t()) :: t()
Report a user
Parameters
conn- connection credentialsaccount_id- the ID of the account to reportstatus_ids- the IDs of statuses to reportcomment- a comment to associate with the report