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

x/mtkruto/5_client.ts>Client#send

[WIP] Cross-runtime JavaScript library for building Telegram clients
Go to Latest
method Client.prototype.send
import { Client } from "https://deno.land/x/mtkruto@0.0.998/5_client.ts";

Alias for invoke with its second parameter being true.

Type Parameters

optional
T extends (functions.Function<unknown> | types.Type) = functions.Function<unknown>

Parameters

function_: T