MadelineProto/old_docs/API_docs_v65/constructors/paymentSavedCredentialsCard.md

37 lines
720 B
Markdown
Raw Normal View History

2017-04-21 13:27:04 +02:00
---
title: paymentSavedCredentialsCard
description: paymentSavedCredentialsCard attributes, type and example
---
## Constructor: paymentSavedCredentialsCard
[Back to constructors index](index.md)
### Attributes:
| Name | Type | Required |
|----------|:-------------:|---------:|
|id|[string](../types/string.md) | Yes|
|title|[string](../types/string.md) | Yes|
### Type: [PaymentSavedCredentials](../types/PaymentSavedCredentials.md)
### Example:
```
$paymentSavedCredentialsCard = ['_' => 'paymentSavedCredentialsCard', 'id' => string, 'title' => string, ];
```
Or, if you're into Lua:
```
paymentSavedCredentialsCard={_='paymentSavedCredentialsCard', id=string, title=string, }
```