Skip to main content
Module

x/grm/mod.ts>network.RequestState

MTProto API Client for Deno 🦕
Go to Latest
class network.RequestState
Re-export
import { network } from "https://deno.land/x/grm@0.8.0/mod.ts";
const { RequestState } = network;

Constructors

new
RequestState(request: any, after?)

Properties

after: any
optional
containerId: bigInt.BigInteger
data: Buffer
optional
msgId: bigInt.BigInteger
promise: Promise<unknown>
reject: (reason?: any) => void
request: any
resolve: (value?: any) => void
result: undefined