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

x/grm/src/tl/core/mod.ts>RPCResult

MTProto API Client for Deno 🦕
Go to Latest
class RPCResult
Re-export
import { RPCResult } from "https://deno.land/x/grm@0.5.2/src/tl/core/mod.ts";

Constructors

new
RPCResult(
reqMsgId: bigInt.BigInteger,
body?: Buffer,
error?: Api.RpcError,
)

Properties

private
optional
body: Buffer
private
classType: string
private
CONSTRUCTOR_ID: number
private
optional
error: Api.RpcError
private
reqMsgId: bigInt.BigInteger

Static Properties

classType: string
CONSTRUCTOR_ID: number