How to get Gemini on Telegram: A complete guide to using Google's AI

Last update: 3 June, 2026
  • Possibility of interacting with Google's artificial intelligence through specialized bots on Telegram.
  • Methods for creating a custom assistant without programming using automation tools like Make.com.
  • Essential security recommendations for protecting personal data when using third-party bots.
  • Gemini integration with other services like Gmail to automate content summaries.

Gemini on Telegram

These days, it's almost commonplace for artificial intelligence tools to infiltrate our favorite messaging apps. We've already seen this happen in WhatsApp, and Telegram has not been left behindallowing us to take advantage of the power of Gemini or ChatGPT without having to constantly switch between applications.

Having a smart assistant at hand while chatting with colleagues or groups is a huge advantage, as it allows you to resolve doubts instantly without interrupting the flow of the conversation. Although there isn't an official Google app installed directly on Pavel Durov's platform, there are very effective ways to achieve this.

How to chat with Gemini in Google Messages on your Pixel phone
Related articles:
Ultimate Guide to Chatting with Gemini in Google Messages: Setup, Requirements, and Features on Pixel and Samsung Phones

The quick way: Look for existing bots

If you don't want to complicate things and are looking for something that works in under a minute, the simplest option is to use existing bots. To do this, simply open your Telegram app and go to the tab for chats in the bottom bar.

Once there, use the search bar and type the word "Gemini." You'll see a lot of options. Generally, the bot with more registered users This is usually the most reliable option, as is the case with some hybrids that combine ChatGPT and Gemini, or specific bots called "Gemini Chat." Once selected, you simply ask it any question and it will answer instantly.

Use of AI in messaging

Precautions and safety when using third-party bots

This is where we need to tread carefully. Since we're not using an official Google app, but bots created by third-party developers, there are certain risks that you should monitor so you don't get ripped off.

Before you start writing, take a good look at the Number of users What does the bot have, and does it have any verification or positive community reviews? This will give you a clear clue as to whether the chat is legitimate or a scam.

Privacy settings to keep your mobile phone safe
Related articles:
Privacy settings to keep your mobile phone safe

A critical point is privacy. If the bot, in order to function, asks you to Sign in with your Google account If it asks you for sensitive personal information, be suspicious immediately and delete it. A bot like this shouldn't ask for passwords or Bank data Under no circumstances, as you could compromise your digital security.

How to create your own Gemini bot without coding

If you're looking for something more professional and private, you can set up your own assistant using Make.com and the Gemini APIThe best part is that you can do it completely free of charge and without writing a single line of code, transforming your Telegram into a customized tool similar to... Create your AI bot.

AI bot configuration

The first step is to go to @BotFather on Telegram and send the command /newbotFollow the instructions to name and assign a username to your creation. Very important: save the access token which they will give you, as it is the key to connecting the entire system. To prevent strangers from using your bot, we recommend disabling the option to add it to groups using the command /setjoingroups.

Next, you need to go to Google Cloud to enable it. Generative Language API and create OAuth 2.0 credentials. Adding the cloud-platform and generative-language.retriever scopes is essential for seamless communication. You will also need an API key, which you can easily obtain from aistudio.google.com.

AI chatbot that responds with your data
Related articles:
AI chatbot that responds using your data: a complete guide for your business

The magic happens at Make.com, where you'll create a workflow. First, add the module of Telegram Bot with “Watch Updates” to receive the messages. Then, connect an HTTP module (Make an OAuth 2.0 request) pointing to the Gemini Pro endpoint. In the JSON body, you will need to map the user's message text, using functions of replacement of special characters so that the code doesn't break.

Finally, it adds another Telegram Bot module for send the reply textSelect the Markdown format to make your replies look elegant, although it's recommended to add an error handler in case Gemini's format clashes with Telegram's restrictions.

Advanced automations: Gmail summaries in Telegram

Gemini isn't just for chatting; it can also be your personal assistant. You can set up a system where AI summarizes your emails and send them directly to you via Telegram, saving you valuable time, taking advantage of the fact that Gemini will detect fraud and spam in Gmail to improve security.

On Make.com, the trigger will be the Gmail module with the function "Watch emails"You can filter emails to process only those from a specific sender or with a specific subject. Once the email is captured, the information is passed to the Gemini module.

Gemini Nano Features and Compatibility
Related articles:
Gemini Nano on Android: Features, Compatibility, and Advanced Functions

This is where the creative promptYou need to ask the AI ​​to summarize the content in fewer than 100 words, ignoring signatures and legal notices, and to specify who sent the message and the main topic. You just need to link the tags of sender, subject, and message body to the prompt.

To complete the cycle, the Gemini result is sent to your Telegram via the module Send a text message.To make it work, you'll need the Chat ID, which you can obtain by querying the Telegram API's getUpdates URL with your token. Once tested with the button Run onceYou can program it to check your inbox every 15 minutes.

There are also more technical alternatives, such as forking projects on GitHub (for example, the Claude Code fork compatible with Gemini) that allow the use of Gemini CLI through Telegram, avoiding direct dependence on certain traditional APIs and offering more granular control over the tool.

Harnessing the power of Google in your messaging is possible whether through the use of public bots, the creation of automated flows with Make, or the deployment of open-source projects, as long as we maintain a constant monitoring of privacy of our information and the origin of the tools we install.

How to transcribe audio on WhatsApp using Gemini
Related articles:
Transcribe WhatsApp audio quickly with Google Gemini: step by step