payments.SavedInfo
- class pyrogram.raw.types.payments.SavedInfo
Saved server-side order information
Constructor of
SavedInfo.- Details:
Layer:
223ID:
FB8FE43C
- Parameters:
has_saved_credentials (
bool, optional) – Whether the user has some saved payment credentialssaved_info (
PaymentRequestedInfo, optional) – Saved server-side order information
- Functions:
This object can be returned by 1 function.
Get saved payment information
TL Schema
payments.savedInfo#fb8fe43c
flags:#
has_saved_credentials:flags.1?true
saved_info:flags.0?PaymentRequestedInfo
= payments.SavedInfo
Parameter Tree
SavedInfo
├── has_saved_credentials →
true (optional)└── saved_info →
PaymentRequestedInfo (optional)├── name →
string (optional)├── phone →
string (optional)├── email →
string (optional)└── shipping_address →
PostAddress (optional)└──
PostAddress├── street_line1 →
string├── street_line2 →
string├── city →
string├── state →
string├── country_iso2 →
string└── post_code →
stringExample
SavedInfo(
)