Skip to main content
Using Deno in production at your company? Earn free Deno merch.
Give us feedback
Module

x/grm/mod.ts>RequestState

MTProto API Client for Deno 🦕
Go to Latest
class RequestState
Re-export
import { RequestState } from "https://deno.land/x/grm@0.6.0/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