Opening web app from menu button correctly pass query_id in initData, but opening with mini app link doesn't set query_id. I'm trying to validate data with import { validate } from '@telegram-apps/init-data-node';, so i need to have query_id.
Opening with mini app link
Opening from menu button
To Reproduce
Steps to reproduce the behavior:
Create mini app with /newapp
Open and check initData
Expected Behavior
For use validate function it's needed to have query_id while opening mini app from link.
Telegram Application
Telegram Web A
Describe the Bug
Opening web app from menu button correctly pass query_id in initData, but opening with mini app link doesn't set query_id. I'm trying to validate data with
import { validate } from '@telegram-apps/init-data-node';
, so i need to have query_id.Opening with mini app link
Opening from menu button
To Reproduce
Steps to reproduce the behavior:
Expected Behavior
For use
validate
function it's needed to have query_id while opening mini app from link.