hunter v0.3.0 Hunter.Report
Report entity
This module defines a Hunter.Report
struct and the main functions
for working with Reports.
Fields
id
- The ID of the reportaction_taken
- The action taken in response to the report
Summary
Types
Functions
report(conn, account_id, status_ids, comment)
report(Hunter.Client.t, non_neg_integer, [non_neg_integer], String.t) :: Hunter.Report.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