SendEmailAddressVerificationCode constructor

SendEmailAddressVerificationCode(
  1. {required String email_address,
  2. int? extra,
  3. int? clientId}
)

Sends a code to verify an email address to be added to a user's Telegram Passport

Returns EmailAddressAuthenticationCodeInfo

Implementation

SendEmailAddressVerificationCode