Skip to main content
Module

x/grm/mod.ts>RequestState

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

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