Layer 220
PaymentsPaymentFormStarGift
Represents a payment form for a gift, see here for more info.
constructor
payments.paymentFormStarGift#b425cfe1 form_id:long invoice:Invoice = payments.PaymentForm;
Parameters
| Name | Type | Description |
|---|---|---|
| FormId | long | Form ID. |
| Invoice | Invoice | Invoice |
Returns
payments.PaymentFormGogram Example
// Creating PaymentsPaymentFormStarGift constructor obj := &tg.PaymentsPaymentFormStarGift{ FormId: int64(0), Invoice: &tg.Invoice{}, }