Skip to main content
Using Deno in production at your company? Earn free Deno merch.
Give us feedback
Module

x/mtkruto/tl/3_functions.ts>PaymentsSendPaymentForm

[WIP] Cross-runtime JavaScript library for building Telegram clients
Go to Latest
class PaymentsSendPaymentForm
extends Function<types.TypePaymentsPaymentResult>
import { PaymentsSendPaymentForm } from "https://deno.land/x/mtkruto@0.1.105/tl/3_functions.ts";

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
credentials: types.TypeInputPaymentCredentials
formId: bigint
invoice: types.TypeInputInvoice
optional
requestedInfoId: string
optional
shippingOptionId: string
optional
tipAmount: bigint

Static Properties

readonly
[paramDesc]: ParamDesc