MadelineProto/docs/API_docs/constructors/notifyPeer.md

17 lines
276 B
Markdown
Raw Normal View History

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