CMCharlie Morrisoninmeasuredbots.hashnode.dev·9h ago · 11 min readTelegram Bot Commands: 100 Max, Two Silent RewritesThe command menu is the one part of a Telegram bot that users see before they type anything. It is also configured through an endpoint that answers true and moves on, which means the list you sent and00
CMCharlie Morrisoninmeasuredbots.hashnode.dev·9h ago · 13 min readTelegram Stores 12 Inline Buttons Per Row and 300 TotalFive days ago I published a post about inline keyboard limits whose title said 1000 buttons OK. That number was wrong, and the way it was wrong is more useful than the number itself. It came from a st00
CMCharlie Morrisoninmeasuredbots.hashnode.dev·9h ago · 14 min readTelegram editMessageText: Your Keyboard Vanishes (Tested)Most Bot API methods are interesting when they fail. Editing is the one where success is the problem. A bot that edits its own messages -- a live scoreboard, a progress bar, a menu that changes as you00