Type: InputChannel
You can directly provide the Update or Message object here, MadelineProto will automatically extract the destination chat id.
The following syntaxes can also be used:
$InputChannel = '@username'; // Username
$InputChannel = $update; // Update objects received in the event handler
$InputChannel = 'me'; // The currently logged-in user
$InputChannel = 44700; // bot API id (users)
$InputChannel = -492772765; // bot API id (chats)
$InputChannel = -10038575794; // bot API id (channels)
$InputChannel = 'https://t.me/danogentili'; // t.me URLs
$InputChannel = 'https://t.me/joinchat/asfln1-21fa_'; // t.me invite links
You can also provide one of the following objects, instead, MadelineProto will handle conversion automatically: