mirror of
https://github.com/danog/MadelineProto.git
synced 2024-12-12 18:27:20 +01:00
20 lines
299 B
Markdown
20 lines
299 B
Markdown
---
|
|
title: inputChannelEmpty
|
|
description: inputChannelEmpty attributes, type and example
|
|
---
|
|
## Constructor: inputChannelEmpty
|
|
[Back to constructors index](index.md)
|
|
|
|
|
|
|
|
|
|
|
|
|
|
### Type: [InputChannel](../types/InputChannel.md)
|
|
|
|
|
|
### Example:
|
|
|
|
```
|
|
$inputChannelEmpty = ['_' => inputChannelEmpty, ];
|
|
``` |