Skip to content

check phone number verification code

Alexey Kravtsov edited this page May 19, 2020 · 1 revision

libtd-ktx / kotlinx.telegram.coroutines / checkPhoneNumberVerificationCode

checkPhoneNumberVerificationCode

suspend fun TelegramFlow.checkPhoneNumberVerificationCode(code: String?): Unit

Suspend function, which checks the phone number verification code for Telegram Passport.

Parameters

code - Verification code.

Clone this wiki locally