Turn your Telegram bot into a fast image analyst that replies in chat. When someone shares a photo, the bot reads the image and sends back clear text. It is great for moderation, quick tagging, and instant feedback in groups or channels.
Here is how it runs behind the scenes. A Telegram trigger listens for new messages and downloads the image. A Switch node checks if the message has a photo. If it is an image, the OpenAI node analyzes the base64 file and produces a text summary. The reply is sent back through Telegram using the same chat ID. If someone posts text or a non image file, a short wait is added and then a helpful message asks for an image. This keeps chats tidy and avoids confusion.
You need a Telegram bot token and an OpenAI API key. Connect both in n8n, enable image download on the trigger, and keep the default chat mapping to reply in the correct thread. Expect faster review times and fewer manual checks, especially in busy groups. Common uses include brand community image checks, quick support on screenshots, and basic content tagging in operations teams.