Skip to main content
Deno 2 is finally here 🎉️
Learn more
Module

x/grm/src/mod.ts>tl.Api.bots.SendCustomRequest

MTProto API Client for Deno 🦕
Go to Latest
class tl.Api.bots.SendCustomRequest
extends Request<Partial<{ customMethod: string; params: Api.TypeDataJSON; }>, Api.TypeDataJSON>
import { tl } from "https://deno.land/x/grm@0.8.0/src/mod.ts";
const { SendCustomRequest } = tl.Api.bots;

Properties

className: "bots.SendCustomRequest"
classType: "request"
CONSTRUCTOR_ID: 2854709741
customMethod: string
params: Api.TypeDataJSON
SUBCLASS_OF_ID: 2902676200

Static Methods

fromReader(reader: Reader): SendCustomRequest