class tl.Api.EncryptedChatRequested
extends VirtualClass<{ folderId?: int; id: int; accessHash: long; date: int; adminId: long; participantId: long; gA: bytes; }>
import { tl } from "https://deno.land/x/grm@0.5.2/src/mod.ts";
const { EncryptedChatRequested } = tl.Api;
Static Methods
fromReader(reader: Reader): EncryptedChatRequested