Layer 220
constructor
payments.paymentFormStarGift#b425cfe1 form_id:long invoice:Invoice = payments.PaymentForm;

Parameters

Name Type Description
FormId long Form ID.
Invoice Invoice Invoice

Gogram Example

// Creating PaymentsPaymentFormStarGift constructor
obj := &tg.PaymentsPaymentFormStarGift{
    FormId: int64(0),
    Invoice: &tg.Invoice{},
}