Examine the existing Telegram notification plugin in mqttwarn (likely in mqttwarn/plugins/telegram.py). Study the Telegram Bot API documentation for sending photos via the sendPhoto method. Understand how the plugin currently sends text messages and extend it to accept an optional file path or URL for an image. Test with a real Telegram bot.