SendPhoneNumberVerificationCode constructor

const SendPhoneNumberVerificationCode({
  1. required String phoneNumber,
  2. PhoneNumberAuthenticationSettings? settings,
})

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

Implementation

const SendPhoneNumberVerificationCode({
  required this.phoneNumber,
  this.settings,
});