Questions & Answers
Browse answers to common questions about building and running Telegram bots with TeleGo.
How do I create and launch my first Telegram bot in TeleGo?
I am new to TeleGo. What are the exact steps to create, configure, and launch my first Telegram bot from scratch?
How do starter templates work, and how can I customize them?
Does TeleGo offer pre-built bot templates so I don't have to build everything from scratch? How do I install and edit them?
How do I get a Telegram bot token from @BotFather and connect it?
Where do I get the Telegram bot token required to connect my bot to TeleGo, and what information do I need to enter?
Why is my bot not responding or showing as not activated?
I entered my bot token, but when I click Start in Telegram, the bot doesn't reply. Why is it inactive and how do I fix it?
How can I require users to join my Telegram channel before using the bot?
I run a Telegram channel and want anyone who opens my bot to be required to subscribe to the channel first before accessing bot fe...
How do I capture user text input or create a form? Where is the Input node?
I want to collect text answers and form responses from users, but I cannot find a dedicated 'Input Node' on the canvas. How do I a...
How do I make the bot wait for a user reply before sending the next message?
My bot sends multiple messages at once without waiting. How do I pause the scenario after a message and only send the next message...
How and where do I attach media (images, videos, audio, files) to messages?
I want my bot to send images, PDF brochures, or audio clips. Where do I upload files in the editor?
How do I request a user's location or phone number in Telegram?
I want to ask the user to share their GPS location or phone number with one tap. Where is the location request button located in t...
How do I create custom bot commands like /catalog or /help?
How do I create custom commands such as /catalog, /pricing, or /support so that when a user types them, the bot opens a specific f...