MadelineProtoDocs/old_docs/API_docs_v102/constructors/paymentSavedCredentialsCard.md
2019-06-24 15:45:02 +02:00

844 B

title description image
paymentSavedCredentialsCard Payment saved credentials card https://docs.madelineproto.xyz/favicons/android-chrome-256x256.png

Constructor: paymentSavedCredentialsCard

Back to constructors index

Payment saved credentials card

Attributes:

Name Type Required Description
id string Yes 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'}