payments.paymentFormStars
Represents a payment form, for payments to be using Telegram Stars, see here » for more info.
type tg.PaymentsPaymentFormStars struct { /* ... */ }
Implements payments.PaymentForm.
Fields
| Name | Type | Required | Description |
|---|---|---|---|
FormID | int64 | yes | Form ID. |
BotID | int64 | yes | Bot ID. |
Title | string | yes | Form title |
Description | string | yes | Description |
Photo | WebDocumentClass | — | Product photo |
Invoice | Invoice | yes | Invoice |
Users | []UserClass | yes | Info about users mentioned in the other fields. |
References
- Official documentation
- Generated Go reference
- TL definition:
payments.paymentFormStars#7bf6b15c