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

Parameters

Name Type Description
Updates Updates Info about the payment

Gogram Example

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