--- title: userTypeDeleted description: 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](index.md) 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](../types/UserType.md) ### Example: ``` $userTypeDeleted = ['_' => 'userTypeDeleted']; ``` [PWRTelegram](https://pwrtelegram.xyz) json-encoded version: ``` {"_": "userTypeDeleted"} ``` Or, if you're into Lua: ``` userTypeDeleted={_='userTypeDeleted'} ```