Skip to main content
Module

x/grm/mod.ts>Api.EncryptedChatRequested

MTProto API Client for Deno 🦕
Go to Latest
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.0/mod.ts";
const { EncryptedChatRequested } = Api;

Properties

accessHash: long
adminId: long
className: "EncryptedChatRequested"
classType: "constructor"
CONSTRUCTOR_ID: 1223809356
date: int
optional
folderId: int
gA: bytes
id: int
participantId: long
SUBCLASS_OF_ID: 1831379834

Static Methods

fromReader(reader: Reader): EncryptedChatRequested