- API ›
- Constructors ›
- InputInvoiceStarGift
InputInvoiceStarGift
---types--- inputInvoiceStarGift#e8625e92 hide_name:flags.0?true include_upgrade:flags.2?true peer:InputPeer gift_id:long message:flags.1?TextWithEntities = InputInvoice
Belongs to
| InputInvoice |
In Rust this constructor is a variant of the enums::InputInvoice enum.
Match on it with: if let enums::InputInvoice::InputInvoiceStarGift(v) = result { ... }
Parameters
| hide_name | true | optional |
| include_upgrade | true | optional |
| peer | InputPeer | required |
| gift_id | long | required |
| message | TextWithEntities | optional |
Used by
| GetPaymentForm |
| SendPaymentForm |
| SendStarsForm |
| ValidateRequestedInfo |