libtd-ktx / kotlinx.telegram.coroutines / sendEmailAddressVerificationCode
sendEmailAddressVerificationCode
suspend fun TelegramFlow.sendEmailAddressVerificationCode(emailAddress: String?): EmailAddressAuthenticationCodeInfo
Suspend function, which sends a code to verify an email address to be added to a user’s Telegram Passport.
Parameters
emailAddress - Email address.
Return EmailAddressAuthenticationCodeInfo Information about the email address authentication code that was sent.