MadelineProto/old_docs/API_docs_v41/constructors/notifyPeer.md

27 lines
422 B
Markdown
Raw Normal View History

---
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, ];
```