I have a question: The web apps integrated into the bot, does automatically send some token to authenticate the user? or maybe a Chat ID at least? so I can identify the user u...
I want to do something like: "callback_data": "view_subs?id=942398432984" and get that id parameter separately
yeah, I'm gonna have to use regex... "data": "view_product_detail?id=-xxxxxxxxxxxxx"
hello, do callback_query's support parameters? like those found in deeplinking
does callback_query data have a max string limit?