Layer 220
PaymentsPaymentResult
Payment result
constructor
payments.paymentResult#4e5f810d updates:Updates = payments.PaymentResult;
Parameters
| Name | Type | Description |
|---|---|---|
| Updates | Updates | Info about the payment |
Returns
payments.PaymentResultGogram Example
// Creating PaymentsPaymentResult constructor obj := &tg.PaymentsPaymentResult{ Updates: &tg.Updates{}, }