---
title: inputUserSelf
description: Defines the current user.
image: https://docs.madelineproto.xyz/favicons/android-chrome-256x256.png
---
# Constructor: inputUserSelf  
[Back to constructors index](index.md)



Defines the current user.




### Type: [InputUser](../types/InputUser.md)


### Example:

```php
$inputUserSelf = ['_' => 'inputUserSelf'];
```  


Or, if you're into Lua:

```lua
inputUserSelf={_='inputUserSelf'}

```