class tl.Api.EncryptedMessage
extends VirtualClass<{ randomId?: long; chatId: int; date: int; bytes: bytes; file: Api.TypeEncryptedFile; }>
import { tl } from "https://deno.land/x/grm@0.5.2/src/mod.ts";
const { EncryptedMessage } = tl.Api;
Static Methods
fromReader(reader: Reader): EncryptedMessage