checkRecoveryEmailAddressCode - libtd-ktx

Kotlin Coroutines extensions for Telegram API TDLib (Telegram Database library)


libtd-ktx / kotlinx.telegram.coroutines / checkRecoveryEmailAddressCode

checkRecoveryEmailAddressCode

suspend fun TelegramFlow.checkRecoveryEmailAddressCode(code: String?): PasswordState

Suspend function, which checks the 2-step verification recovery email address verification code.

Parameters

code - Verification code.

Return PasswordState Represents the current state of 2-step verification.