method Client.prototype.sendInvoiceimport { Client } from "https://deno.land/x/mtkruto@0.6.3/mod.ts"; sendInvoice(chatId: ID,title: string,description: string,payload: string,currency: string,prices: PriceTag[],params?: SendInvoiceParams,): Promise<MessageInvoice>Send an invoice. Bot-only. ParameterschatId: IDThe chat to send the invoice to. title: stringThe invoice's title. description: stringThe invoice's description. payload: stringThe invoice's payload. currency: stringThe invoice's currency. prices: PriceTag[]The invoice's price tags. optionalparams: SendInvoiceParamsReturnsPromise<MessageInvoice>The sent invoice.