Layer 228
constructor
inputPaymentCredentialsGooglePay#8ac32801 payment_token:DataJSON = InputPaymentCredentials;

Parameters

Name Type Description
PaymentToken DataJSON Payment token

Gogram Example

// Creating InputPaymentCredentialsGooglePay constructor
obj := &tg.InputPaymentCredentialsGooglePay{
    PaymentToken: &tg.DataJsonObj{},
}