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

x/mtkruto/tl/2_types.ts>PaymentFormMethod_

Cross-runtime JavaScript library for building Telegram clients
Go to Latest
class PaymentFormMethod_
import { PaymentFormMethod_ } from "https://deno.land/x/mtkruto@0.1.190/tl/2_types.ts";

Represents an additional payment method

Constructors

new
PaymentFormMethod_(params: { url: string; title: string; })

Properties

protected
readonly
[id]: number
protected
readonly
[params]: Params
title: string

Payment method description

url: string

URL to open in a webview to process the payment

Static Properties

readonly
[name]: string
readonly
[paramDesc]: ParamDesc