Skip to main content
Module

x/grm/mod.ts>Api.EncryptedMessage

MTProto API Client for Deno 🦕
Go to Latest
class Api.EncryptedMessage
extends VirtualClass<{ randomId?: long; chatId: int; date: int; bytes: bytes; file: Api.TypeEncryptedFile; }>
import { Api } from "https://deno.land/x/grm@0.8.0/mod.ts";
const { EncryptedMessage } = Api;

Properties

bytes: bytes
chatId: int
className: "EncryptedMessage"
classType: "constructor"
CONSTRUCTOR_ID: 3977822488
date: int
file: Api.TypeEncryptedFile
optional
randomId: long
SUBCLASS_OF_ID: 597634641

Static Methods

fromReader(reader: Reader): EncryptedMessage