InputPaymentCredentialsSaved
- class pyrogram.raw.types.InputPaymentCredentialsSaved
Saved payment credentials
Constructor of
InputPaymentCredentials.- Details:
Layer:
223ID:
C10EB2CF
- Parameters:
id (
str) – Credential IDtmp_password (
bytes) – Temporary password
TL Schema
inputPaymentCredentialsSaved#c10eb2cf
id:string
tmp_password:bytes
= InputPaymentCredentials
Parameter Tree
InputPaymentCredentialsSaved
├── id →
string└── tmp_password →
bytesExample
InputPaymentCredentialsSaved(
id="text",
tmp_password=b"data",
)