import { Context } from "https://dotland.deno.dev/x/grammy@v1.15.0/mod.ts";
Context-aware alias for api.sendInvoice
. Use this method to send invoices. On success, the sent Message is returned.
Parameters
Bot-defined invoice payload, 1-128 bytes. This will not be displayed to the user, use for your internal processes.
Price breakdown, a list of components (e.g. product price, tax, discount, delivery cost, delivery tax, bonus, etc.)
optional
other: Other<"sendInvoice", | "chat_id"
| "title"
| "description"
| "payload"
| "provider_token"
| "currency"
| "prices"
Optional remaining parameters, confer the official reference below
Optional AbortSignal
to cancel the request
Official reference: https://core.telegram.org/bots/api#sendinvoice