Skip to main content

Summary: I request the addition of a feature that allows ManyChat to update Telegram bot messages. This feature would use the existing capabilities of the Telegram Bot API to update messages, particularly those containing inline keyboards.

Use Case: In scenarios where a Telegram bot sends a message with an inline keyboard containing multiple buttons (e.g., 10 buttons for a multi-select form), it is more efficient to update the original message when a user selects an option. Instead of sending a new message with the same keyboard, the bot should update the existing message, adding a check icon to the selected button.

Benefits:

  1. Reduces Chat Clutter: By updating the original message, the chat remains clean and uncluttered.
  2. Real-Time Feedback: Users receive immediate visual confirmation of their selections.
  3. Improved User Experience: Streamlined interactions make the bot more intuitive and efficient to use.

Technical Reference: The Telegram Bot API supports message updates as detailed in their documentation: Telegram Bot API - Updating Messages.

 

Thank you for considering this feature request.

 

Good idea