1
0
mirror of https://github.com/danog/MadelineProto.git synced 2025-01-06 13:58:17 +01:00
MadelineProto/old_docs/API_docs_v44/constructors/inputChannelEmpty.md

485 B

title description
inputChannelEmpty inputChannelEmpty attributes, type and example

Constructor: inputChannelEmpty

Back to constructors index

Attributes:

Name Type Required

Type: InputChannel

Example:

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

Or, if you're into Lua:

inputChannelEmpty={_='inputChannelEmpty', }