766 B
766 B
title | description |
---|---|
inputChannelEmpty | inputChannelEmpty attributes, type and example |
Constructor: inputChannelEmpty
Type: InputChannel
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)