InputPaymentCredentialsGooglePay
- class pyrogram.raw.types.InputPaymentCredentialsGooglePay
Google Pay payment credentials
Constructor of
InputPaymentCredentials.- Details:
Layer:
223ID:
8AC32801
- Parameters:
payment_token (
DataJSON) – Payment token
TL Schema
inputPaymentCredentialsGooglePay#8ac32801
payment_token:DataJSON
= InputPaymentCredentials
Parameter Tree
Example
InputPaymentCredentialsGooglePay(
payment_token=DataJSON(data="text"),
)