AccountWarning
Moderation warning against a particular account.
Attributes
id
Description: The ID of the account warning in the database.
Type: String (cast from integer)
Version history:
4.3.0 - added
action
Description: Action taken against the account.
Type: String (Enumerable oneOf)none
= No action was taken, this is a simple warningdisable
= The account has been disabledmark_statuses_as_sensitive
= Specific posts from the target account have been marked as sensitivedelete_statuses
= Specific statuses from the target account have been deletedsensitive
= All posts from the target account are marked as sensitivesilence
= The target account has been limitedsuspend
= The target account has been suspended
Version history:
4.3.0 - added
text
Description: Message from the moderator to the target account.
Type: String
Version history:
4.3.0 - added
status_ids
Description: List of status IDs that are relevant to the warning. When action
is mark_statuses_as_sensitive
or delete_statuses
, those are the affected statuses.
Type: Array of String (cast from integer)
Version history:
4.3.0 - added
target_account
Description: Account against which a moderation decision has been taken.
Type: Account
Version history:
4.3.0 - added
appeal
Description: Appeal submitted by the target account, if any.
Type: nullable Appeal, or null
Version history:
4.3.0 - added
created_at
Description: When the event took place.
Type: String (ISO 8601 Datetime)
Version history:
4.3.0 - added
Last updated July 15, 2024 · Improve this page