Skip to main content
Module

x/grm/mod.ts>tl.RPCResult

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

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

Static Methods

fromReader(reader: BinaryReader)