danog\MadelineProto\Settings\Auth
Author: Daniil Gentili daniil@daniil.it
Cryptography settings.
Method list:
Methods:
getMaxAuthTries(): int
Get max tries for generating auth key.
setMaxAuthTries(int<1, max> $maxAuthTries): self
Set max tries for generating auth key.
Parameters:
$maxAuthTries
:int<1, max>
Max tries for generating auth key
See also:
max
Generated by danog/phpdoc