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