MadelineProto/docs/API_docs/constructors/inputNotifyPeer.md

15 lines
334 B
Markdown
Raw Normal View History

## Constructor: inputNotifyPeer
### Attributes:
| Name | Type | Required |
|----------|:-------------:|---------:|
|peer|[InputPeer](../types/InputPeer.md) | Required|
2016-12-19 18:35:27 +01:00
### Type:
2016-12-19 18:35:27 +01:00
[InputNotifyPeer](../types/InputNotifyPeer.md)
### Example:
```
2016-12-19 17:48:27 +01:00
$inputNotifyPeer = ['_' => inputNotifyPeer', 'peer' => InputPeer, ];
```