tracer says to #ysitd
$url = 'https://api.telegram.org/bot' . $bot['ID'] . ':' . $bot['Token'] . '/sendMessage?' . $options . 'chat_id=' . $bot['ChatID'] . '&parse_mode=Markdown&text=' . $msg; // if isset option.chat_id, Telegram API will ignore default Chat ID.