MadelineProto/docs/API_docs/constructors/inputNotifyPeer.md

17 lines
311 B
Markdown
Raw Normal View History

## Constructor: inputNotifyPeer
### Attributes:
| Name | Type | Required |
|----------|:-------------:|---------:|
|peer|[InputPeer](../types/InputPeer.md) | Required|
### Type: [InputNotifyPeer](../types/InputNotifyPeer.md)
### Example:
```
$inputNotifyPeer = ['peer' => InputPeer, ];
```