MadelineProto/docs/TD_docs/constructors/userTypeDeleted.md
Daniil Gentili 9d77dc0919 AMP fixes
2017-08-20 09:05:56 +00:00

818 B

title description
userTypeDeleted Deleted user or deleted bot. There is no any information about it except user_id. None of active action can be performed with deleted user

Constructor: userTypeDeleted

Back to constructors index

Deleted user or deleted bot. There is no any information about it except user_id. None of active action can be performed with deleted user

Attributes:

Name Type Required Description

Type: UserType

Example:

$userTypeDeleted = ['_' => 'userTypeDeleted'];

PWRTelegram json-encoded version:

{"_": "userTypeDeleted"}

Or, if you're into Lua:

userTypeDeleted={_='userTypeDeleted'}