I’m working on a Telegram bot and need to fetch the command list that I set up through BotFather. I want to get these commands in my application so I can validate what users are typing.
I’ve been looking through the Telegram Bot API documentation but can’t seem to find a method that returns the bot’s command list. I also tried checking different libraries but no luck there either.
Basically, I set up commands like /start, /help, /settings using BotFather, and now I need my program to know what these commands are. Is there a way to do this through the API or am I missing something?
Any help would be great, thanks!