* Re-sends the authentication code sent to confirm a new phone number for the user. Works only if the previously received authenticationCodeInfo next_code_type was not null.
13
*/
14
class ResendChangePhoneNumberCode extends TdFunction
15
{
16
public const TYPE_NAME = 'resendChangePhoneNumberCode';
17
18
public function __construct()
19
{
20
}
21
22
public static function fromArray(array $array): ResendChangePhoneNumberCode
This check looks for parameters that have been defined for a function or method, but which are not used in the method body.