MadelineProto/docs/TD_docs/constructors/userTypeUnknown.md

765 B

title description
userTypeUnknown Currently there is no any information about the user except user_id. It can happens very-very rarely. None of active action can be performed with unknown user

Constructor: userTypeUnknown

Back to constructors index

Currently there is no any information about the user except user_id. It can happens very-very rarely. None of active action can be performed with unknown user

Attributes:

Name Type Required Description

Type: UserType

Example:

$userTypeUnknown = ['_' => 'userTypeUnknown', ];

Or, if you're into Lua:

userTypeUnknown={_='userTypeUnknown', }