Skip to main content
Module

x/mtkruto/mod.ts>types.PaymentsPaymentForm

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

Constructors

new
PaymentsPaymentForm(params: { canSaveCredentials?: true; passwordMissing?: true; formId: bigint; botId: bigint; title: string; description: string; photo?: TypeWebDocument; invoice: TypeInvoice; providerId: bigint; url: string; nativeProvider?: string; nativeParams?: TypeDataJSON; additionalMethods?: Array<TypePaymentFormMethod>; savedInfo?: TypePaymentRequestedInfo; savedCredentials?: Array<TypePaymentSavedCredentials>; users: Array<TypeUser>; })

Properties

protected
readonly
[id]
protected
readonly
[params]: Params
optional
additionalMethods: Array<TypePaymentFormMethod>
botId: bigint
optional
canSaveCredentials: true
description: string
formId: bigint
invoice: TypeInvoice
optional
nativeParams: TypeDataJSON
optional
nativeProvider: string
optional
passwordMissing: true
optional
photo: TypeWebDocument
providerId: bigint
optional
savedCredentials: Array<TypePaymentSavedCredentials>
optional
savedInfo: TypePaymentRequestedInfo
title: string
url: string
users: Array<TypeUser>

Static Properties

readonly
[paramDesc]: ParamDesc