MadelineProto/old_docs/API_docs_v46/constructors/channelMessagesFilterEmpty.md

31 lines
469 B
Markdown
Raw Normal View History

---
title: channelMessagesFilterEmpty
description: channelMessagesFilterEmpty attributes, type and example
---
## Constructor: channelMessagesFilterEmpty
[Back to constructors index](index.md)
### Type: [ChannelMessagesFilter](../types/ChannelMessagesFilter.md)
### Example:
```
$channelMessagesFilterEmpty = ['_' => 'channelMessagesFilterEmpty', ];
```
Or, if you're into Lua:
```
channelMessagesFilterEmpty={_='channelMessagesFilterEmpty', }
```