MadelineProtoDocs/old_docs/API_docs_v14/constructors/inputPeerSelf.md

34 lines
437 B
Markdown

---
title: inputPeerSelf
description: Defines the current user.
image: https://docs.madelineproto.xyz/favicons/android-chrome-256x256.png
---
# Constructor: inputPeerSelf
[Back to constructors index](index.md)
Defines the current user.
### Type: [InputPeer](../types/InputPeer.md)
### Example:
```php
$inputPeerSelf = ['_' => 'inputPeerSelf'];
```
Or, if you're into Lua:
```lua
inputPeerSelf={_='inputPeerSelf'}
```