MadelineProto/docs/API_docs/constructors/notifyPeer.md
2016-12-20 13:32:11 +01:00

25 lines
417 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) | Required|
### Type: [NotifyPeer](../types/NotifyPeer.md)
### Example:
```
$notifyPeer = ['_' => notifyPeer', 'peer' => Peer, ];
```