1
0
mirror of https://github.com/danog/MadelineProto.git synced 2024-12-04 11:27:52 +01:00
MadelineProto/old_docs/API_docs_v33/constructors/inputPeerSelf.md

22 lines
279 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', ];
```