Layer 220
constructor
payments.paymentResult#4e5f810d updates:Updates = payments.PaymentResult;

Parameters

Name Type Description
Updates Updates Info about the payment

Gogram Example

// Creating PaymentsPaymentResult constructor
obj := &tg.PaymentsPaymentResult{
    Updates: &tg.Updates{},
}