MadelineProto/docs/TD_docs/constructors/userFull.md
2017-08-25 14:43:29 +02:00

869 B

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

Constructor: userFull

Back to constructors index

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

Attributes:

Name Type Required Description
user user Yes General info about the user
is_blocked Bool Yes Is user blacklisted by current user
about string Yes Short user description
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