* Re-sends an authentication code to the user. Works only when the current authorization state is authorizationStateWaitCode and the next_code_type of the result is not null.
13
*/
14
class ResendAuthenticationCode extends TdFunction
15
{
16
public const TYPE_NAME = 'resendAuthenticationCode';
17
18
public function __construct()
19
{
20
}
21
22
public static function fromArray(array $array): ResendAuthenticationCode
This check looks for parameters that have been defined for a function or method, but which are not used in the method body.