skip to Main Content

Telegram bot users showing

I created Telegram bot and app using BotFather, and I linked my Vercel link to the app, there is 30+ users used entered my app, but when I search my bot in the Telegram searchbox, I see that my bot…

VIEW QUESTION

How to check data hash in telegram mini app?

I create backend for mini app in telegram. I think, my code is correct, but i get wrong hash. Maybe I create data check string in wrong format: auth_date=1721732407nquery_id=AAGc5YMWAAAAAJzlgxb_3ABGnuser={"id":377742748,"first_name":"Марк","last_name":"Аникин","username":"corray9","language_code":"en","allows_write_to_pm":true} Is that correct? I'm not sure about serialization of user object.…

VIEW QUESTION

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 noticed that when I visit the link above, the web app version is set to 6.0. Is there a way to…

VIEW QUESTION

message_effect_id in Telegram Bot API

update message_id https://core.telegram.org/bots/api On the website with updates for the Telegram Bot API, there's a new feature "message effect". A unique effect ID is required, but it's not mentioned anywhere where to get it. Does anyone have any ideas?

VIEW QUESTION
Back To Top
Search