1
0
mirror of https://github.com/danog/MadelineProto.git synced 2024-12-04 07:47:48 +01:00
MadelineProto/old_docs/API_docs_v25/constructors/inputPeerSelf.md

31 lines
354 B
Markdown
Raw Normal View History

---
title: inputPeerSelf
description: inputPeerSelf attributes, type and example
---
## Constructor: inputPeerSelf
[Back to constructors index](index.md)
### Type: [InputPeer](../types/InputPeer.md)
### Example:
```
$inputPeerSelf = ['_' => 'inputPeerSelf', ];
```
Or, if you're into Lua:
```
inputPeerSelf={_='inputPeerSelf', }
```