MadelineProto/docs/MTProto_docs/constructors/future_salts.md

599 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], ];