TDLib v0.0.2 TDLib.Object.UserFullInfo View Source

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

NameTypeDescription
is_blockedboolTrue, if the user is blacklisted by the current user.
can_be_calledboolTrue, if the user can be called.
has_private_callsboolTrue, if the user can’t be called due to their privacy settings.
biostringA short user bio.
share_textstringFor bots, the text that is included with the link when users share the bot.
group_in_common_countnumberNumber of group chats where both the other user and the current user are a member; 0 for the current user.
bot_infobotInfoIf the user is a bot, information about the bot; may be null.

More details on telegram’s documentation.