How do I have my Bot respond with arguments?
问题 So I've built a Telegram bot, which can receive the following commands: /list /info 123 This works great, as I can catch /info and pass the additional arguments as ints. But, sadly, the Telegram clients don't see /info 123 as a complete command, but just the /info part. Is there a way to make it recognize the entirety of the command as the command? I've tried Markdown-ing it: [/info 123](/info 123) , but no joy. Is this possible? 回答1: I've reached out to @BotSupport with the same question,