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>payments_sendPaymentForm_

[WIP] Cross-runtime JavaScript library for building Telegram clients
Go to Latest
class payments_sendPaymentForm_
extends Function_<enums.payments.PaymentResult>
import { payments_sendPaymentForm_ } from "https://deno.land/x/mtkruto@0.1.139/tl/3_functions.ts";

Constructors

new
payments_sendPaymentForm_(params: { form_id: bigint; invoice: enums.InputInvoice; requested_info_id?: string; shipping_option_id?: string; credentials: enums.InputPaymentCredentials; tip_amount?: bigint; })

Properties

protected
readonly
[id]
protected
readonly
[params]: Params
credentials: enums.InputPaymentCredentials
form_id: bigint
invoice: enums.InputInvoice
optional
requested_info_id: string
optional
shipping_option_id: string
optional
tip_amount: bigint

Static Properties

__F
readonly
[name]
readonly
[paramDesc]: ParamDesc