MadelineProto/old_docs/API_docs_v38/constructors/inputChannelEmpty.md

34 lines
766 B
Markdown
Raw Normal View History

---
title: inputChannelEmpty
description: inputChannelEmpty attributes, type and example
---
## Constructor: inputChannelEmpty
[Back to constructors index](index.md)
### Type: [InputChannel](../types/InputChannel.md)
### Example:
```
$inputChannelEmpty = ['_' => 'inputChannelEmpty', ];
```
The following syntaxes can also be used:
```
$inputChannelEmpty = '@username'; // Username
$inputChannelEmpty = 44700; // bot API id (users)
$inputChannelEmpty = -492772765; // bot API id (chats)
$inputChannelEmpty = -10038575794; // bot API id (channels)
$inputChannelEmpty = 'user#44700'; // tg-cli style id (users)
$inputChannelEmpty = 'chat#492772765'; // tg-cli style id (chats)
$inputChannelEmpty = 'channel#38575794'; // tg-cli style id (channels)
```