MadelineProtoDocs/old_docs/API_docs_v102/constructors/inputChannelEmpty.md
2019-06-24 15:45:02 +02:00

455 B

title description image
inputChannelEmpty Empty input channel https://docs.madelineproto.xyz/favicons/android-chrome-256x256.png

Constructor: inputChannelEmpty

Back to constructors index

Empty input channel

Type: InputChannel

Example:

$inputChannelEmpty = ['_' => 'inputChannelEmpty'];

Or, if you're into Lua:

inputChannelEmpty={_='inputChannelEmpty'}