Skip to main content
Using Deno in production at your company? Earn free Deno merch.
Give us feedback
Module

x/mtkruto/tl/2_types.ts>account_ContentSettings_

Cross-runtime JavaScript library for building Telegram clients
Go to Latest
class account_ContentSettings_
import { account_ContentSettings_ } from "https://deno.land/x/mtkruto@0.1.190/tl/2_types.ts";

Sensitive content settings

Constructors

new
account_ContentSettings_(params?: { sensitive_enabled?: true; sensitive_can_change?: true; })

Properties

protected
readonly
[id]: number
protected
readonly
[params]: Params
optional
sensitive_can_change: true

Whether the current client can change the sensitive content settings to view NSFW content

optional
sensitive_enabled: true

Whether viewing of sensitive (NSFW) content is enabled

Static Properties

readonly
[name]: string
readonly
[paramDesc]: ParamDesc