Skip to main content
Module

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

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