Hi, community!
I’m facing an issue during development: I can’t retrieve the query_id to link it with callback_answer. The entire process currently depends on successfully obtaining this variable, but it’s not being output anywhere, and I can’t figure out how to extract it properly.
Here’s my scenario:
- The user interacts with a button (or another interactive element).
- I want to use
callback_answerfor processing and responding, but I can’t link it toquery_idbecause I’m unable to retrieve it.
I’ve already checked the documentation and forums but haven’t found a solution yet. Has anyone faced a similar issue and knows how to correctly get query_id or what workarounds exist?
Thanks in advance for your help!