mirror of
https://github.com/danog/MadelineProtoDocs.git
synced 2024-12-02 09:38:28 +01:00
762 B
762 B
title | description | nav_exclude | image |
---|---|---|---|
inputPaymentCredentialsGooglePay | Google Pay payment credentials | true | https://docs.madelineproto.xyz/favicons/android-chrome-256x256.png |
Constructor: inputPaymentCredentialsGooglePay
Google Pay payment credentials
Attributes:
Name | Type | Required | Description |
---|---|---|---|
payment_token | DataJSON | Yes | Payment token |
Type: InputPaymentCredentials
Example:
$inputPaymentCredentialsGooglePay = ['_' => 'inputPaymentCredentialsGooglePay', 'payment_token' => DataJSON];