Constructor: payments.paymentFormStars
Attributes:
Name | Type | Required |
---|---|---|
form_id | long | Yes |
bot_id | long | Yes |
title | string | Yes |
description | string | Yes |
photo | WebDocument | Optional |
invoice | Invoice | Yes |
users | Array of User | Yes |
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]];