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

x/mtkruto/mod.ts>Client#sendInvoice

Cross-runtime JavaScript library for building Telegram clients
Latest
method Client.prototype.sendInvoice
import { Client } from "https://deno.land/x/mtkruto@0.6.3/mod.ts";

Send an invoice. Bot-only.

Parameters

chatId: ID

The chat to send the invoice to.

title: string

The invoice's title.

description: string

The invoice's description.

payload: string

The invoice's payload.

currency: string

The invoice's currency.

prices: PriceTag[]

The invoice's price tags.

optional
params: SendInvoiceParams

Returns

Promise<MessageInvoice>

The sent invoice.