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…
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 use Client.Channels_InviteToChannel but it asks for access_hash. How do I suppose to get access_hash if I never interacted with bot before ? Note that I'm admin of channel. Also have bot's token. I can do that manually using telegram…
I'm developing a Telegram mini app and facing a challenge. I need the app to let users return to the bot, send a video, and then reopen the mini app without reloading it. I tried using openTelegramLink, but it doesn't…
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?
I use telethon library. I can show typing event one (for 5 seconds) but can't continue doing it. Because I am using OpenAI that is not super fast I need to show typing event for longer (I can do it…
I am working on a project and I would like to fetch first 10 messages from a specific group topic in telegram, unfortunately I can't find any way for this in documentation. I am using telethon 1.30.3. I've tried to…
I need to send message whenever i push into my repository on github. The following code is in gihub actions tg-notify.yml : name: tg-notify on: [push, pull_request] jobs: build: runs-on: ubuntu-latest steps: - name: Update status uses: appleboy/telegram-action@master with: to:…
There is a task that requires me to process every person who joins/leaves the telegram channel. I found the WTelegramClient library. How can I use it to implement a handler for this kind of action? I need to process the…