import { Client } from "https://deno.land/x/mtkruto@0.6.3/5_client.ts";
Send an invoice. Bot-only.
Parameters
chatId: ID
The chat to send the invoice to.
prices: PriceTag[]
The invoice's price tags.
optional
params: SendInvoiceParamsReturns
Promise<MessageInvoice>
The sent invoice.