SendPhoneNumberConfirmationCode constructor

SendPhoneNumberConfirmationCode(
  1. {required String hash,
  2. required String phone_number,
  3. PhoneNumberAuthenticationSettings? settings,
  4. int? extra,
  5. int? clientId}
)

Sends phone number confirmation code to handle links of the type internalLinkTypePhoneNumberConfirmation

Returns AuthenticationCodeInfo

Implementation

SendPhoneNumberConfirmationCode