Link Search Menu Expand Document

Constructor: payments.paymentFormStars

Back to constructors index

Attributes:

NameTypeRequired
form_idlongYes
bot_idlongYes
titlestringYes
descriptionstringYes
photoWebDocumentOptional
invoiceInvoiceYes
usersArray of UserYes

Type: payments.PaymentForm

Example:

$payments_paymentFormStars = ['_' => 'payments.paymentFormStars', 'form_id' => long, 'bot_id' => long, 'title' => 'string', 'description' => 'string', 'photo' => WebDocument, 'invoice' => Invoice, 'users' => [User, User]];