class types.PaymentsPaymentForm
extends _TypePaymentsPaymentForm
import { types } from "https://deno.land/x/mtkruto@0.0.998/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
[params]: Paramsoptional
additionalMethods: Array<TypePaymentFormMethod>invoice: TypeInvoice
optional
nativeParams: TypeDataJSONoptional
photo: TypeWebDocumentoptional
savedCredentials: Array<TypePaymentSavedCredentials>optional
savedInfo: TypePaymentRequestedInfousers: Array<TypeUser>
Static Properties
readonly
[paramDesc]: ParamDesc