Skip to main content
Using Deno in production at your company? Earn free Deno merch.
Give us feedback
Go to Latest
method telegramBaseClient.TelegramBaseClient.prototype.invoke
import { telegramBaseClient } from "https://deno.land/x/grm@0.8.0/mod.ts";
const { TelegramBaseClient } = telegramBaseClient;

Type Parameters

R extends Api.AnyRequest

Parameters

_request: R

Returns

Promise<R["__response"]>