MadelineProto/docs/API_docs/constructors/notifyPeer.md

18 lines
297 B
Markdown
Raw Normal View History

## Constructor: notifyPeer
### Attributes:
| Name | Type | Required |
|----------|:-------------:|---------:|
|peer|[Peer](../types/Peer.md) | Required|
2016-12-19 18:56:05 +01:00
### Type: [NotifyPeer](../types/NotifyPeer.md)
### Example:
```
2016-12-19 17:48:27 +01:00
$notifyPeer = ['_' => notifyPeer', 'peer' => Peer, ];
```