TDLib v0.0.2 TDLib.Object.UserFullInfo View Source
Contains full information about a user (except the full list of profile photos).
| Name | Type | Description |
|---|---|---|
| is_blocked | bool | True, if the user is blacklisted by the current user. |
| can_be_called | bool | True, if the user can be called. |
| has_private_calls | bool | True, if the user can’t be called due to their privacy settings. |
| bio | string | A short user bio. |
| share_text | string | For bots, the text that is included with the link when users share the bot. |
| group_in_common_count | number | Number of group chats where both the other user and the current user are a member; 0 for the current user. |
| bot_info | botInfo | If the user is a bot, information about the bot; may be null. |
More details on telegram’s documentation.