I’m building a Telegram voice-matching platform using Make.com. When a user sends /start, the bot should reply with a welcome message and three service options (like language chat, emotional support, and fortune-telling) using inline keyboard buttons. Each option should route to a different scenario based on user selection.
But Telegram Bot module in Make.com doesn’t show ‘Type of updates’ (Message, Callback Query). Webhook seems not connected properly. Tried reconnecting, but still no update type options.
I try many times deleted the webhook using the Telegram API and reconnected the bot, but the update options still don’t appear.
Thanks for your reply. Everything before Step 2 is working fine. As expected, Step 2 successfully sends a message with three inline button options for the user to choose from. However, when I select one of the options as a user, the scenario reports an error saying that the chat ID is missing, and the process cannot continue. I’m not sure which part of the setup is incorrect. Could you help me check? Thank you!