mirror of
https://github.com/danog/MadelineProto.git
synced 2025-01-06 00:38:19 +01:00
20 lines
274 B
Markdown
20 lines
274 B
Markdown
---
|
|
title: inputPeerSelf
|
|
description: inputPeerSelf attributes, type and example
|
|
---
|
|
## Constructor: inputPeerSelf
|
|
[Back to constructors index](index.md)
|
|
|
|
|
|
|
|
|
|
|
|
|
|
### Type: [InputPeer](../types/InputPeer.md)
|
|
|
|
|
|
### Example:
|
|
|
|
```
|
|
$inputPeerSelf = ['_' => inputPeerSelf', ];
|
|
``` |