Options
All
  • Public
  • Public/Protected
  • All
Menu

Hierarchy

Index

Properties

CONSTRUCTOR_ID: number
SUBCLASS_OF_ID: number
className: string
classType: "constructor" | "request"
originalArgs: { canSaveCredentials?: boolean; passwordMissing?: boolean; formId: BigInteger; botId: BigInteger; title: string; description: string; photo?: TypeWebDocument; invoice: Invoice; providerId: BigInteger; url: string; nativeProvider?: string; nativeParams?: DataJSON; additionalMethods?: PaymentFormMethod[]; savedInfo?: PaymentRequestedInfo; savedCredentials?: PaymentSavedCredentialsCard[]; users: TypeUser[] }

Type declaration

CONSTRUCTOR_ID: 2684716881
SUBCLASS_OF_ID: 2689089305
classType: "constructor"
className: "payments.PaymentForm"
canSaveCredentials?: boolean
passwordMissing?: boolean
formId: BigInteger
botId: BigInteger
title: string
description: string
invoice: Invoice
providerId: BigInteger
url: string
nativeProvider?: string
nativeParams?: DataJSON
additionalMethods?: PaymentFormMethod[]
savedCredentials?: PaymentSavedCredentialsCard[]
users: TypeUser[]

Methods

  • serializeBytes(data: string | Buffer): Buffer
  • serializeDate(date: number | Date): Buffer
  • getBytes(): Buffer

Constructors

Generated using TypeDoc