* Requests to send a password recovery code to an email address that was previously set up. Works only when the current authorization state is authorizationStateWaitPassword.
13
*/
14
class RequestAuthenticationPasswordRecovery extends TdFunction
15
{
16
public const TYPE_NAME = 'requestAuthenticationPasswordRecovery';
17
18
public function __construct()
19
{
20
}
21
22
public static function fromArray(array $array): RequestAuthenticationPasswordRecovery
This check looks for parameters that have been defined for a function or method, but which are not used in the method body.