MadelineProtoDocs/docs/API_docs/constructors/inputDialogPeer.md

30 lines
648 B
Markdown
Raw Normal View History

2024-05-01 14:53:46 +02:00
---
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];
```