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>UpdatePrivacy_

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

Privacy rules were changed

Constructors

new
UpdatePrivacy_(params: { key: enums.PrivacyKey; rules: Array<enums.PrivacyRule>; })

Properties

protected
readonly
[id]: number
protected
readonly
[params]: Params
key: enums.PrivacyKey

Peers to which the privacy rules apply

rules: Array<enums.PrivacyRule>

New privacy rules

Static Properties

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