2016-12-30 16:32:25 +01:00
|
|
|
---
|
|
|
|
title: future_salts
|
|
|
|
description: future_salts attributes, type and example
|
|
|
|
---
|
|
|
|
## Constructor: future\_salts
|
|
|
|
[Back to constructors index](index.md)
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
### Attributes:
|
|
|
|
|
|
|
|
| Name | Type | Required |
|
|
|
|
|----------|:-------------:|---------:|
|
2017-03-11 19:54:51 +01:00
|
|
|
|req\_msg\_id|[long](../types/long.md) | Yes|
|
|
|
|
|now|[int](../types/int.md) | Yes|
|
|
|
|
|salts|Array of [future\_salt](../constructors/future_salt.md) | Yes|
|
2016-12-30 16:32:25 +01:00
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
### Type: [FutureSalts](../types/FutureSalts.md)
|
|
|
|
|
|
|
|
|
|
|
|
### Example:
|
|
|
|
|
|
|
|
```
|
2017-03-11 19:54:51 +01:00
|
|
|
$future_salts = ['_' => 'future_salts', 'req_msg_id' => long, 'now' => int, 'salts' => [future_salt], ];
|
Added docs for layer 18, 23, 25, 27, 33, 38, 40, 41, 42, 44, 45, 46, 51, 53, 55
2017-01-02 21:04:36 +01:00
|
|
|
```
|
|
|
|
|
2017-03-11 19:54:51 +01:00
|
|
|
Or, if you're into Lua:
|
|
|
|
|
|
|
|
|
|
|
|
```
|
|
|
|
future_salts={_='future_salts', req_msg_id=long, now=int, salts={future_salt}, }
|
|
|
|
|
|
|
|
```
|
|
|
|
|
|
|
|
|