Cute blog post. I would suggest to not use wrappers for building Telegram bots, and instead learn how it actually works. State management can be complex when building menus.
yeah I've built a bunch of small and medium bots and every time I've tried to use a library I've run into way more problems than just using the telegram API directly, which is definitely one of the nicer APIs I've used
And between the really good docs and thousands of community wrappers, the agents can usually one-shot complex Telegram-API related features too.
yeah I've built a bunch of small and medium bots and every time I've tried to use a library I've run into way more problems than just using the telegram API directly, which is definitely one of the nicer APIs I've used
And between the really good docs and thousands of community wrappers, the agents can usually one-shot complex Telegram-API related features too.