mirror of
https://github.com/danog/MadelineProto.git
synced 2024-12-11 23:59:38 +01:00
27 lines
422 B
Markdown
27 lines
422 B
Markdown
|
---
|
||
|
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, ];
|
||
|
```
|
||
|
|