MadelineProtoDocs/docs/API_docs/constructors/paymentSavedCredentialsCard.md
2024-05-01 14:53:46 +02:00

762 B

title description nav_exclude image
paymentSavedCredentialsCard Saved credit card true 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'];