--- title: notifyPeer description: notifyPeer attributes, type and example --- ## Constructor: notifyPeer [Back to constructors index](index.md) ### Attributes: | Name | Type | Required | |----------|:-------------:|---------:| |peer|[Peer](../types/Peer.md) | Required| ### Type: [NotifyPeer](../types/NotifyPeer.md) ### Example: ``` $notifyPeer = ['_' => 'notifyPeer', 'peer' => Peer, ]; ```