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

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

Disallow only participants of certain chats

Constructors

new
PrivacyValueDisallowChatParticipants_(params: { chats: Array<bigint>; })

Properties

protected
readonly
[id]: number
protected
readonly
[params]: Params
chats: Array<bigint>

Disallowed chats

Static Properties

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