mirror of
https://github.com/danog/MadelineProto.git
synced 2024-12-03 20:37:47 +01:00
27 lines
593 B
Markdown
27 lines
593 B
Markdown
|
---
|
||
|
title: future_salts
|
||
|
description: future_salts attributes, type and example
|
||
|
---
|
||
|
## Constructor: future\_salts
|
||
|
[Back to constructors index](index.md)
|
||
|
|
||
|
|
||
|
|
||
|
### Attributes:
|
||
|
|
||
|
| Name | Type | Required |
|
||
|
|----------|:-------------:|---------:|
|
||
|
|req\_msg\_id|[long](../types/long.md) | Required|
|
||
|
|now|[int](../types/int.md) | Required|
|
||
|
|salts|Array of [future\_salt](../constructors/future_salt.md) | Required|
|
||
|
|
||
|
|
||
|
|
||
|
### Type: [FutureSalts](../types/FutureSalts.md)
|
||
|
|
||
|
|
||
|
### Example:
|
||
|
|
||
|
```
|
||
|
$future_salts = ['_' => future_salts, 'req_msg_id' => long, 'now' => int, 'salts' => [vector], ];
|
||
|
```
|