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