I have a telegram bot with command /list, that show list of something, for example:
There are some list:
I want to make names clickable, and show detailed information on click. But how I can get callback on that action with telegram api? I don't want to use buttons.
There are several ways to navigate in the Telegram bot:
https://t.me/yourAwesomeBot?start=concrete_action
, read more