account.ContentSettings

class pyrogram.raw.base.account.ContentSettings

Sensitive content settings

Constructors:

This base type has 1 constructor available.

account.ContentSettings

Sensitive content settings

Functions:

This object can be returned by 1 function.

account.GetContentSettings

Get sensitive content settings

TL Schema

account.contentSettings#57e28221
flags:#
sensitive_enabled:flags.0?true
sensitive_can_change:flags.1?true

= account.ContentSettings

Parameter Tree

ContentSettings
├── sensitive_enabledtrue (optional)
└── sensitive_can_changetrue (optional)

Example

ContentSettings(
    sensitive_enabled=None,
    sensitive_can_change=None,
)