MadelineProtoDocs/old_docs/API_docs_v14/constructors/inputUserSelf.md

34 lines
437 B
Markdown

---
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'}
```