I'm writing a telegram bot but I have a question. For now my bot will search for an image based on user request, but if I the bat found more than one image I want to send to the user a list of image with a link for search that iamge. Eg.
/command mickey mouse .... image 1.... I found more than one image, please be more specific [link to image 2] [link to image 3]
If the user will click the link I need to autosend message with the command and the name of the new image.
Is possible? I tried to add an hyperlink to the telegram api but i will open in the browser and send me a json with call status of the api.