InputPaymentCredentialsApplePay
- class pyrogram.raw.types.InputPaymentCredentialsApplePay
Apple pay payment credentials
Constructor of
InputPaymentCredentials.- Details:
Layer:
223ID:
AA1C39F
- Parameters:
payment_data (
DataJSON) – Payment data
TL Schema
inputPaymentCredentialsApplePay#aa1c39f
payment_data:DataJSON
= InputPaymentCredentials
Parameter Tree
Example
InputPaymentCredentialsApplePay(
payment_data=DataJSON(data="text"),
)