getAllPassportElements - libtd-ktx

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


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.