Skip to main content

Questions tagged [telegram]

Telegram is a cross-platform cloud-based instant messenger with a focus on security. Use this tag for questions about interacting with Telegram, including use of its official API.

0 votes
1 answer
8 views

ChatMemberHandler Not Working with New Bot Token

I have a function that records a user entering a channel into the database, which is triggered by ChatMemberHandler with chat_member_types=ANY_CHAT_MEMBER. I've granted the bot all the necessary ...
Yerkebulan Temirkhan's user avatar
0 votes
1 answer
24 views

Telegram bot geolocation

I'm creating telegram on Node js bot that should keep information of user's routes and give statistics: 1 - Max speed 2 - Avg speed 3 - How long ... may be show route on the map in future. I need to ...
Igor Meshalkin's user avatar
-5 votes
0 answers
28 views

error creating a telegram automation in python [duplicate]

I'm using a code already created by someone else to send automatic messages to people who belong to a Telegram group. But the code gives me an error, can anyone help me? There is the code Code: from ...
KhallP's user avatar
  • 13
0 votes
1 answer
34 views

Implement a method to send reminders from a Telegram Bot on a Channel/Group and Private Chat

My Telegram bot acts as a calendar for my favorite team's matches. It should scrape from a site that publishes the match calendar, put this calendar in a local SQLite database and access it via ...
ShinraTensei's user avatar
0 votes
1 answer
18 views

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 ...
SJ Kim's user avatar
  • 15
0 votes
0 answers
19 views

Closing behaviour doesn't work in Telegram Web App

Need help with closing behaviour for Web App Telegram. Find these doc https://docs.telegram-mini-apps.com/platform/closing-behavior Try this method in JS and it doesn't work. Need something like from ...
Alex Stigian's user avatar
0 votes
0 answers
31 views

Telegram qr api

there's a problem I haven't been able to solve for several hours client = TelegramClient('session_name', api_id, api_hash) async def generate_qr(): try: await client.start() ...
abdul abraam's user avatar
0 votes
0 answers
31 views

Parser to collect information from the notcoin Telegram bot mini-application for new pools

I am developing a bot intermediary between the notcoin mini-application and a Telegram channel. My task is to notify my created channel about new pools that appear in the notcoin_bot Telegram bot. 1 ...
Anton2000 Pavlukhin's user avatar
-3 votes
0 answers
19 views

Python telethon authentication not working

I try to run python telethon but I get the following error when trying to authentificate: Telegram is having internal issues AuthRestartError: Restart the authorization process (caused by ...
Maverick_1's user avatar
0 votes
0 answers
24 views

Forwarding messages from telegram web app

Good afternoon, now work on algorithm like user press "invite friends" button in telegram web app, then he see list of his telegram contats and choose reciever of "forwarded" ...
Yuki's user avatar
  • 33
0 votes
0 answers
17 views

python / telegram conversationHandler iisue

I have an issue implementing a conversationHandler : Callbacks are never called (even the first one) init.py from telegram import Bot from telegram.ext import Application from bot.config import ...
Alexglvr's user avatar
  • 437
1 vote
1 answer
13 views

Editing using EditMessageMedia with list InputMediaPhoto JavaTelegram

I need to edit a message sent by my bot with one photo to a list of photos I use the library https://github.com/pengrad/java-telegram-bot-api I need to modify a message sent by my bot(The message ...
Yaroslav Peretiatko's user avatar
-1 votes
0 answers
33 views

Telethon userbot: given an array of chat_id (which can be groups, supergroups or channels) check if I'm muted or muted_until in them

I'm not very fond of telethon (and python in general) but I'm creating a userbot and I have been struggling really hard with this one: so the code is generated with chatGPT but it seems I cannot get ...
user2026121's user avatar
0 votes
0 answers
51 views

Telegram could not start (Ubuntu 24.04 LTS) [closed]

Telegram could not start, you can see complete log below (home directory: toghrol): [2024.07.16 16:47:17] Launched version: 5002003, install beta: [FALSE], alpha: 0, debug mode: [FALSE] [2024.07.16 16:...
Toghrol's user avatar
  • 31
0 votes
0 answers
39 views

I can't display the camera image in Telegram Web App. Everything is displayed correctly in the browser

Has anyone opened the user's camera in webapp? I'm trying to access the user's camera. Everything works in the browser, but through webapp it doesn't, it just doesn't see the camera, although I ...
pshpth_ sht's user avatar

15 30 50 per page
1
2 3 4 5
415