1
0
mirror of https://github.com/danog/MadelineProto.git synced 2024-12-14 07:07:20 +01:00
MadelineProto/docs/API_docs/constructors/notifyPeer.md
2016-12-19 20:56:05 +03:00

18 lines
297 B
Markdown

## Constructor: notifyPeer
### Attributes:
| Name | Type | Required |
|----------|:-------------:|---------:|
|peer|[Peer](../types/Peer.md) | Required|
### Type: [NotifyPeer](../types/NotifyPeer.md)
### Example:
```
$notifyPeer = ['_' => notifyPeer', 'peer' => Peer, ];
```