account.ContentSettings
- class pyrogram.raw.base.account.ContentSettings
Sensitive content settings
- Constructors:
This base type has 1 constructor available.
Sensitive content settings
- Functions:
This object can be returned by 1 function.
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_enabled →
true (optional)└── sensitive_can_change →
true (optional)Example
ContentSettings(
sensitive_enabled=None,
sensitive_can_change=None,
)