mirror of
https://github.com/danog/MadelineProto.git
synced 2024-12-14 07:07:20 +01:00
18 lines
297 B
Markdown
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, ];
|
|
``` |