MadelineProtoDocs/docs/TD_docs/constructors/userFull.md
Daniil Gentili e5a1324684 docufix
2018-04-04 23:19:57 +00:00

1.1 KiB

title description image
userFull Gives full information about a user (except full list of profile photos) https://docs.madelineproto.xyz/favicons/android-chrome-256x256.png

Constructor: userFull

Back to constructors index

Gives full information about a user (except full list of profile photos)

Attributes:

Name Type Required Description
is_blocked Bool Yes Is user blacklisted by the current user
can_be_called Bool Yes True, if the user can be called
has_private_calls Bool Yes True, if the user can't be called only because of his privacy settings
about string Yes Short user bio or bot share text
common_chat_count int Yes Number of common chats between the user and current user, 0 for the current user
bot_info botInfo Yes Information about bot if user is a bot, nullable

Type: UserFull