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