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

x/grm/src/mod.ts>client.TelegramBaseClient#invoke

MTProto API Client for Deno 🦕
Go to Latest
method client.TelegramBaseClient.prototype.invoke
Re-export
import { client } from "https://deno.land/x/grm@0.5.4/src/mod.ts";
const { TelegramBaseClient } = client;

Parameters

_request: R

Returns

Promise<R["__response"]>