MadelineProtoDocs/old_docs/API_docs_v66/constructors/paymentSavedCredentialsCard.md

823 B

title description image
paymentSavedCredentialsCard Saved credit card https://docs.madelineproto.xyz/favicons/android-chrome-256x256.png

Constructor: paymentSavedCredentialsCard

Back to constructors index

Saved credit card

Attributes:

Name Type Required Description
id string Yes Card ID
title string Yes Title

Type: PaymentSavedCredentials

Example:

$paymentSavedCredentialsCard = ['_' => 'paymentSavedCredentialsCard', 'id' => 'string', 'title' => 'string'];

Or, if you're into Lua:

paymentSavedCredentialsCard={_='paymentSavedCredentialsCard', id='string', title='string'}