Layer 220
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.DataJson{},
}