Constructor: payments.paymentFormStars
Represents a payment form, for payments to be using Telegram Stars, see here » for more info.
Attributes:
Name | Type | Required | Description |
---|---|---|---|
form_id | long | Yes | Form ID. |
bot_id | long | Yes | Bot ID. |
title | string | Yes | Form title |
description | string | Yes | Description |
photo | WebDocument | Optional | Product photo |
invoice | Invoice | Yes | Invoice |
users | Array of User | Yes | Info about users mentioned in the other fields. |
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]];