Skip to main content
Module

x/grm/mod.ts>tl.Api.InputPrivacyValueDisallowChatParticipants

MTProto API Client for Deno 🦕
Go to Latest
class tl.Api.InputPrivacyValueDisallowChatParticipants
extends VirtualClass<{ chats: long[]; }>
import { tl } from "https://deno.land/x/grm@0.8.0/mod.ts";
const { InputPrivacyValueDisallowChatParticipants } = tl.Api;

Properties

chats: long[]
className: "InputPrivacyValueDisallowChatParticipants"
classType: "constructor"
CONSTRUCTOR_ID: 3914272646
SUBCLASS_OF_ID: 1513843490

Static Methods

fromReader(reader: Reader): InputPrivacyValueDisallowChatParticipants