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…
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…
enter image description here I want create like this button. HOW? @bot.message_handler(commands=["start", "help"]) I wrote the suggested words but they did not appear to the user like the attached image. What is the reason? Is there something called a list…
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.…
[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…
I am developing a Telegram bot in Python which must receive data from a web mini-app. The mini-app is supposed to send data to the bot when the user clicks a button. I followed the official Telegram documentation to configure…
I am building Telegram Web App (Mini App). I initiated Telegram Web App using the official script published on their website: https://core.telegram.org/bots/webapps#initializing-mini-apps I successfully initiated the app, but when I am trying to use the latest features, like write and…
api_hash and api_id are used for telethon and pyrogram libraries, etc. to build Userbot using Telegram API and its not the same API that BotFather gives you. you can get api_hash and api_id from my.telegram.org in API development tools section.…
I am currently developing a Telegram Mini App, so basically a website which can be launched directly in Telegram by using a bot. I want the app to extend over the full screen size. Using the Telegram SDK and the…
Goal: I'm trying to set up a telegram bot, which downloads pictures that are sent to it. After doing some manual playing with requests, I'd rather like to use the python-telegram-bot library. Yet unfortunately most examples outside the docs are…
I make a request as in the manual and everything goes fine const walletContract = client.open(wallet); const seqno = await walletContract.getSeqno(); console.log(seqno); await walletContract.sendTransfer({ secretKey: key.secretKey, seqno: seqno, messages: [ internal({ to: "EQA4V9tF4lY2S_J-sEQR7aUj9IwW-Ou2vJQlCn--2DLOLR5e", value: "0.09", // 0.05 TON body: "Hello",…