31 July 2025
hello, I have a question regarding authentication.
import {
initDataRaw as _initDataRaw,
initDataState as _initDataState,
useSignal,
} from '@telegram-apps/sdk-react'
// and then in my function component, I get the raw data
const initDataRaw = useSignal(_initDataRaw);
my question is, this initDataRaw includes a parameter called "signature" as well. When I go through the process of authenticating in my server using my bot token, do I exclude the signature the same as "key" parameter, or do I include it?
)...hello, I have a question regarding authentication.
import {
initDataRaw as _initDataRaw,
initDataState as _initDataState,
useSignal,
} from '@telegram-apps/sdk-react'
// and then in my function component, I get the raw data
const initDataRaw = useSignal(_initDataRaw);
my question is, thi
Фотография
click to show
click to show
to be exact are these the fields I include?
except signature and hash?
)...hello, I have a question regarding authentication.
import {
initDataRaw as _initDataRaw,
initDataState as _initDataState,
useSignal,
} from '@telegram-apps/sdk-react'
// and then in my function component, I get the raw data
const initDataRaw = useSignal(_initDataRaw);
my question is, thi
if i am looking at the data that should be sent from the wrong place, where should I look for?
Фотография
click to show
click to show
Tell me, why did I receive a notification if I don't have him in my contacts?
I know it's a spam bot. But how did he do it? If you specify the username of a user who doesn't have you in his contacts in the description, the notification won't come. But he managed to do it somehow.