mirror of
https://github.com/danog/MadelineProto.git
synced 2024-12-12 18:27:20 +01:00
19 lines
218 B
Markdown
19 lines
218 B
Markdown
---
|
|
title: inputPeerSelf
|
|
---
|
|
## Constructor: inputPeerSelf
|
|
[Back to constructors index](index.md)
|
|
|
|
|
|
|
|
|
|
|
|
|
|
### Type: [InputPeer](../types/InputPeer.md)
|
|
|
|
|
|
### Example:
|
|
|
|
```
|
|
$inputPeerSelf = ['_' => inputPeerSelf', ];
|
|
``` |