getUserFullInfo - libtd-ktx

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


libtd-ktx / kotlinx.telegram.coroutines / getUserFullInfo

getUserFullInfo

suspend fun TelegramFlow.getUserFullInfo(userId: Int): UserFullInfo

Suspend function, which returns full information about a user by their identifier.

Parameters

userId - User identifier.

Return UserFullInfo Contains full information about a user (except the full list of profile photos).