MadelineProtoDocs/old_docs/API_docs_v109/constructors/account.contentSettings.md

919 B

title description image redirect_from
account.contentSettings account.contentSettings attributes, type and example https://docs.madelineproto.xyz/favicons/android-chrome-256x256.png /API_docs/constructors/account_contentSettings.html

Constructor: account.contentSettings

Back to constructors index

Attributes:

Name Type Required
sensitive_enabled Bool Optional
sensitive_can_change Bool Optional

Type: account.ContentSettings

Example:

$account.contentSettings = ['_' => 'account.contentSettings', 'sensitive_enabled' => Bool, 'sensitive_can_change' => Bool];

Or, if you're into Lua:

account.contentSettings={_='account.contentSettings', sensitive_enabled=Bool, sensitive_can_change=Bool}