Skip to content

get all passport elements

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

libtd-ktx / kotlinx.telegram.coroutines / getAllPassportElements

getAllPassportElements

suspend fun TelegramFlow.getAllPassportElements(password: String?): PassportElements

Suspend function, which returns all available Telegram Passport elements.

Parameters

password - Password of the current user.

Return PassportElements Contains information about saved Telegram Passport elements.

Clone this wiki locally