payments.paymentForm

payments.paymentForm#a0058751 flags:# can_save_credentials:flags.2?true password_missing:flags.3?true form_id:long bot_id:long title:string description:string photo:flags.5?WebDocument invoice:Invoice provider_id:long url:string native_provider:flags.4?string native_params:flags.4?DataJSON additional_methods:flags.6?Vector<PaymentFormMethod> saved_info:flags.0?PaymentRequestedInfo saved_credentials:flags.1?Vector<PaymentSavedCredentials> users:Vector<User> = payments.PaymentForm;

Parameters

NameTypeDescription
flags # Bit mask: a field written flags.N?T is present only when bit N is set.
can_save_credentials flags.2?true
password_missing flags.3?true
form_id long
bot_id long Bot identifier.
title string Title.
description string Description.
photo flags.5?WebDocument Photo.
invoice Invoice Invoice.
provider_id long
url string URL.
native_provider flags.4?string
native_params flags.4?DataJSON
additional_methods flags.6?Vector<PaymentFormMethod>
saved_info flags.0?PaymentRequestedInfo
saved_credentials flags.1?Vector<PaymentSavedCredentials>
users Vector<User> Users referenced by the response — the client should put them in its cache.

Type

payments.PaymentForm

Related pages

Types used here