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