Constructor: account.contentSettings
Sensitive content settings
Attributes:
Name | Type | Required | Description |
---|---|---|---|
sensitive_enabled | Bool | Optional | Whether viewing of sensitive (NSFW) content is enabled |
sensitive_can_change | Bool | Optional | Whether the current client can change the sensitive content settings to view NSFW content |
Type: account.ContentSettings
Example:
$account_contentSettings = ['_' => 'account.contentSettings', 'sensitive_enabled' => Bool, 'sensitive_can_change' => Bool];