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).