785 B
785 B
title | description | image |
---|---|---|
future_salt | Future salt | https://docs.madelineproto.xyz/favicons/android-chrome-256x256.png |
Constructor: future_salt
Future salt
Attributes:
Name | Type | Required | Description |
---|---|---|---|
valid_since | int | Yes | Valid since |
valid_until | int | Yes | Valid until |
salt | long | Yes | Salt |
Type: FutureSalt
Example:
$future_salt = ['_' => 'future_salt', 'valid_since' => int, 'valid_until' => int, 'salt' => long];
Or, if you're into Lua:
future_salt={_='future_salt', valid_since=int, valid_until=int, salt=long}