SendPhoneNumberVerificationCode constructor

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

Sends a code to verify a phone number to be added to a user's Telegram Passport

Returns AuthenticationCodeInfo

Implementation

SendPhoneNumberVerificationCode