MadelineProtoDocs/docs/API_docs/constructors/inputPaymentCredentialsApplePay.md
Daniil Gentili f73c175203 Update docs
2018-12-26 01:56:50 +00: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}