ResendChangePhoneNumberCode constructor

ResendChangePhoneNumberCode(
  1. {int? extra,
  2. int? clientId}
)

Resends the authentication code sent to confirm a new phone number for the current user. Works only if the previously received authenticationCodeInfo next_code_type was not null and the server-specified timeout has passed

Returns AuthenticationCodeInfo

Implementation

ResendChangePhoneNumberCode