mirror of
https://github.com/danog/MadelineProtoDocs.git
synced 2024-12-02 09:38:28 +01:00
30 lines
648 B
Markdown
30 lines
648 B
Markdown
|
---
|
||
|
title: "inputDialogPeer"
|
||
|
description: "A peer"
|
||
|
nav_exclude: true
|
||
|
image: https://docs.madelineproto.xyz/favicons/android-chrome-256x256.png
|
||
|
---
|
||
|
# Constructor: inputDialogPeer
|
||
|
[Back to constructors index](/API_docs/constructors/index.html)
|
||
|
|
||
|
|
||
|
|
||
|
A peer
|
||
|
|
||
|
### Attributes:
|
||
|
|
||
|
| Name | Type | Required | Description |
|
||
|
|----------|---------------|----------|-------------|
|
||
|
|peer|[Username, chat ID, Update, Message or InputPeer](/API_docs/types/InputPeer.html) | Optional|Peer|
|
||
|
|
||
|
|
||
|
|
||
|
### Type: [InputDialogPeer](/API_docs/types/InputDialogPeer.html)
|
||
|
|
||
|
|
||
|
### Example:
|
||
|
|
||
|
```
|
||
|
$inputDialogPeer = ['_' => 'inputDialogPeer', 'peer' => InputPeer];
|
||
|
```
|