account.SetContentSettings
- class pyrogram.raw.functions.account.SetContentSettings
Set sensitive content settings (for viewing or hiding NSFW content)
- Details:
Layer:
223ID:
B574B16B
- Parameters:
sensitive_enabled (
bool, optional) – Enable NSFW content- Returns:
bool
TL Schema
account.setContentSettings#b574b16b
flags:#
sensitive_enabled:flags.0?true
= Bool
Parameter Tree
SetContentSettings
└── sensitive_enabled →
true (optional)Example
await app.invoke(
SetContentSettings(
sensitive_enabled=None,
)
)