MadelineProtoDocs/old_docs/API_docs_v91/constructors/inputPaymentCredentialsApplePay.md
2019-03-08 13:49:23 +01:00

963 B

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

Constructor: inputPaymentCredentialsApplePay

Back to constructors index

Payment credentials apple pay

Attributes:

Name Type Required Description
payment_data DataJSON Yes Payment data

Type: InputPaymentCredentials

Example:

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

PWRTelegram json-encoded version:

{"_": "inputPaymentCredentialsApplePay", "payment_data": DataJSON}

Or, if you're into Lua:

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