MadelineProtoDocs/docs/API_docs/constructors/inputPaymentCredentialsAppl...

825 B

title description image
inputPaymentCredentialsApplePay Apple pay payment credentials https://docs.madelineproto.xyz/favicons/android-chrome-256x256.png

Constructor: inputPaymentCredentialsApplePay

Back to constructors index

Apple pay payment credentials

Attributes:

Name Type Required Description
payment_data DataJSON Yes Payment data

Type: InputPaymentCredentials

Example:

$inputPaymentCredentialsApplePay = ['_' => 'inputPaymentCredentialsApplePay', 'payment_data' => DataJSON];

Or, if you're into Lua:

inputPaymentCredentialsApplePay={_='inputPaymentCredentialsApplePay', payment_data=DataJSON}