Skip to main content
Module

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

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

Properties

chats: long[]
className: "InputPrivacyValueAllowChatParticipants"
classType: "constructor"
CONSTRUCTOR_ID: 2215004623
SUBCLASS_OF_ID: 1513843490

Static Methods

fromReader(reader: Reader): InputPrivacyValueAllowChatParticipants