teleproto - v1.229.0
    Preparing search index...

    Class PaymentForm

    Hierarchy (View Summary)

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