payments.paymentFormStars#7bf6b15c flags:# form_id:long bot_id:long title:string description:string photo:flags.5?WebDocument invoice:Invoice users:Vector<User> = payments.PaymentForm;
Parameters
| Name | Type | Description |
| flags |
# |
Bit mask: a field written flags.N?T is present only when bit N is set. |
| form_id |
long |
|
| bot_id |
long |
Bot identifier. |
| title |
string |
Title. |
| description |
string |
Description. |
| photo |
flags.5?WebDocument |
Photo. |
| invoice |
Invoice |
Invoice. |
| users |
Vector<User> |
Users referenced by the response — the client should put them in its cache. |
Type
payments.PaymentForm
Related pages
Types used here