skip to Main Content
author
184 views
0 votes

How can I update the Telegram BOT API version?

[Telegram.WebApp] Changing swipes behavior is not supported in version 6.0
<script src="https://telegram.org/js/telegram-web-app.js"></script>

I’m currently using the Telegram functions and

147 views
0 votes

telegram bot web app receives data with GET method #tgWebAppData php

This data does not exist in $_SERVER
example url wep app request
https://example.com/index.php#tgWebAppData=query_id=AAEb3dV3AgAAABvd1Xds7_Fh&user=%7B%22id%22%3A633121272%2C%22first_name%22%3A%22My%20Name%22%2C%22last_name%22%3A%22%22%2C%22username%22%3A%22My_username%22%2C%22language_code%22%3A%22uz%22%2C%22is_premium%22%3Atrue%2C%22allows_write_to_pm%22%3Atrue%7D&auth_date=1704877606&hash=7b0246bd8f3d7714057bffefb6bdd8adf2b95916e36632d352cd68e525838510

I checked $_SERVER and there

Back To Top
Search