Skip to main content
Module

x/grm/mod.ts>Api.EncryptedMessageService

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

Properties

bytes: bytes
chatId: int
className: "EncryptedMessageService"
classType: "constructor"
CONSTRUCTOR_ID: 594758406
date: int
optional
randomId: long
SUBCLASS_OF_ID: 597634641

Static Methods

fromReader(reader: Reader): EncryptedMessageService