Skip to content

check change phone number code

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

libtd-ktx / kotlinx.telegram.coroutines / checkChangePhoneNumberCode

checkChangePhoneNumberCode

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

Suspend function, which checks the authentication code sent to confirm a new phone number of the user.

Parameters

code - Verification code received by SMS, phone call or flash call.

Clone this wiki locally