2018-04-01 13:19:25 +02:00
|
|
|
---
|
|
|
|
title: userFull
|
|
|
|
description: Gives full information about a user (except full list of profile photos)
|
2018-04-04 19:52:48 +02:00
|
|
|
image: https://docs.madelineproto.xyz/favicons/android-chrome-256x256.png
|
2018-04-01 13:19:25 +02:00
|
|
|
---
|
2018-04-05 01:19:57 +02:00
|
|
|
# Constructor: userFull
|
2018-04-01 13:19:25 +02:00
|
|
|
[Back to constructors index](index.md)
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Gives full information about a user (except full list of profile photos)
|
|
|
|
|
|
|
|
### Attributes:
|
|
|
|
|
|
|
|
| Name | Type | Required | Description |
|
|
|
|
|----------|---------------|----------|-------------|
|
|
|
|
|is\_blocked|[Bool](../types/Bool.md) | Yes|Is user blacklisted by the current user|
|
|
|
|
|can\_be\_called|[Bool](../types/Bool.md) | Yes|True, if the user can be called|
|
|
|
|
|has\_private\_calls|[Bool](../types/Bool.md) | Yes|True, if the user can't be called only because of his privacy settings|
|
|
|
|
|about|[string](../types/string.md) | Yes|Short user bio or bot share text|
|
|
|
|
|common\_chat\_count|[int](../types/int.md) | Yes|Number of common chats between the user and current user, 0 for the current user|
|
|
|
|
|bot\_info|[botInfo](../constructors/botInfo.md) | Yes|Information about bot if user is a bot, nullable|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
### Type: [UserFull](../types/UserFull.md)
|
|
|
|
|
|
|
|
|