1
0
mirror of https://github.com/danog/MadelineProto.git synced 2024-12-03 21:17:46 +01:00
MadelineProto/docs/API_docs/constructors/paymentSavedCredentialsCard.md

720 B

title description
paymentSavedCredentialsCard paymentSavedCredentialsCard attributes, type and example

Constructor: paymentSavedCredentialsCard

Back to constructors index

Attributes:

Name Type Required
id string Yes
title string Yes

Type: PaymentSavedCredentials

Example:

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

Or, if you're into Lua:

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