Skip to main content
Module

x/mtkruto/mod.ts>functions.PaymentsSendPaymentForm

Cross-runtime JavaScript library for building Telegram clients
Go to Latest
class functions.PaymentsSendPaymentForm
import { functions } from "https://deno.land/x/mtkruto@0.0.981/mod.ts";
const { PaymentsSendPaymentForm } = functions;

Constructors

new
PaymentsSendPaymentForm(params: { formId: bigint; invoice: types.TypeInputInvoice; requestedInfoId?: string; shippingOptionId?: string; credentials: types.TypeInputPaymentCredentials; tipAmount?: bigint; })

Properties

protected
readonly
[id]
protected
readonly
[params]: Params
formId: bigint
optional
requestedInfoId: string
optional
shippingOptionId: string
optional
tipAmount: bigint

Static Properties

readonly
[paramDesc]: ParamDesc