MadelineProto/old_docs/API_docs_v23/constructors/notifyPeer.md

36 lines
497 B
Markdown

---
title: notifyPeer
description: notifyPeer attributes, type and example
---
## Constructor: notifyPeer
[Back to constructors index](index.md)
### Attributes:
| Name | Type | Required |
|----------|:-------------:|---------:|
|peer|[Peer](../types/Peer.md) | Yes|
### Type: [NotifyPeer](../types/NotifyPeer.md)
### Example:
```
$notifyPeer = ['_' => 'notifyPeer', 'peer' => Peer, ];
```
Or, if you're into Lua:
```
notifyPeer={_='notifyPeer', peer=Peer, }
```