Skip to main content
Module

x/mtkruto/mod.ts>tl.functions.AccountSetPrivacy

[WIP] Cross-runtime JavaScript library for building Telegram clients
Go to Latest
class tl.functions.AccountSetPrivacy
extends Function<types.TypeAccountPrivacyRules>
import { tl } from "https://deno.land/x/mtkruto@0.0.993/mod.ts";
const { AccountSetPrivacy } = tl.functions;

Constructors

new
AccountSetPrivacy(params: { key: types.TypeInputPrivacyKey; rules: Array<types.TypeInputPrivacyRule>; })

Properties

protected
readonly
[id]
protected
readonly
[params]: Params
key: types.TypeInputPrivacyKey
rules: Array<types.TypeInputPrivacyRule>

Static Properties

readonly
[paramDesc]: ParamDesc