mirror of
https://github.com/danog/MadelineProto.git
synced 2024-12-13 14:27:21 +01:00
35 lines
566 B
Markdown
35 lines
566 B
Markdown
---
|
|
title: inputPeerNotifyEventsEmpty
|
|
description: inputPeerNotifyEventsEmpty attributes, type and example
|
|
---
|
|
## Constructor: inputPeerNotifyEventsEmpty
|
|
[Back to constructors index](index.md)
|
|
|
|
|
|
|
|
### Attributes:
|
|
|
|
| Name | Type | Required |
|
|
|----------|:-------------:|---------:|
|
|
|
|
|
|
|
|
### Type: [InputPeerNotifyEvents](../types/InputPeerNotifyEvents.md)
|
|
|
|
|
|
### Example:
|
|
|
|
```
|
|
$inputPeerNotifyEventsEmpty = ['_' => 'inputPeerNotifyEventsEmpty', ];
|
|
```
|
|
|
|
Or, if you're into Lua:
|
|
|
|
|
|
```
|
|
inputPeerNotifyEventsEmpty={_='inputPeerNotifyEventsEmpty', }
|
|
|
|
```
|
|
|
|
|