Markdown links in Telegram bot don’t behave as expected
I am making a Telegram bot. User asks for a board game, and bot answers with an image of setup for it. It works just fine with straight typing the name of the game, but I also want to list all available games in the database with /list command. Currently it works fine, but I want all the games names to be clickable, so user can find a game in this list, click it and receive an image, but nothing happens when user clicks the link.