1
0
mirror of https://github.com/danog/MadelineProto.git synced 2024-12-04 22:07:46 +01:00
MadelineProto/docs/API_docs/constructors/future_salts.md

593 B

title description
future_salts future_salts attributes, type and example

Constructor: future_salts

Back to constructors index

Attributes:

Name Type Required
req_msg_id long Required
now int Required
salts Array of future_salt Required

Type: FutureSalts

Example:

$future_salts = ['_' => future_salts, 'req_msg_id' => long, 'now' => int, 'salts' => [vector], ];