Skip to main content
-3 votes
0 answers
19 views

TELEGRAM - Is it possible to send reactions to a message using python API?

I am currently working on a project that interacts with the Telegram API using Python. Specifically, I am looking to automate the process of sending reactions (like emojis, thumbs-up, hearts, etc.) to ...
Silvio Aranda's user avatar
-5 votes
0 answers
18 views

Session revoked telegram [closed]

I buy this telegram log in with session. When I was surfing, I suddenly log out of telegram with this bunch of code and I cant log back in with code email and 2fa. Anyway I can log in without phone ...
Quan Ngo's user avatar
0 votes
0 answers
20 views

How I can download stories from telegram using telethon?

I have simple telethon script, that gives me info about all telegram stories, that have's on my chats and try to download it, but print(download) return "None". How I can download this ...
liquidname's user avatar
0 votes
0 answers
29 views

Why does my Telegram Login Widget validation not work?

Telegram login widget returns something like this: .../callback?id=1234567890&first_name=xxx&username=xxx&photo_url=urlhere&auth_date=1234567890&hash=verylonghashhere ...
Ivan's user avatar
  • 1
0 votes
0 answers
21 views

How to Open Telegram Settings Page from a Mini-App Using tg://settings URL Scheme?

In normal Telegram chats or browsers, the tg://settings deep link works for opening the settings, but when I try to implement it in my mini app, nothing happens. Here’s what I’ve tried so far: Created ...
ecomnazar's user avatar
-3 votes
1 answer
31 views

Problem with a copy_message() method (Pyrogram)

I need to get only the text of the message, but when I get message["text"] and send it to the chat I've chosen, program gives an issue 'Message' object is not subscriptable client.start() ...
Gennadiy's user avatar
0 votes
0 answers
14 views

MT4 trades and orders send to Telegram

Hi I have written the below code but keep getting the error in MetaEditor for the below code, anyone know what I have done incorrectly? Any assistance is appreciated. // Include necessary libraries #...
Under IT Guy's user avatar
0 votes
2 answers
33 views

How to get chat_id of chat in telegram?

Im using Pyrogram and Telegram Client API and i want to write program that will send messages to chats by using Pyrogram send_message() function. How can i get a unique identifier (int) of the target ...
Максим Юрченко's user avatar
0 votes
0 answers
28 views

Telegram Message AutoForward using Python [duplicate]

I am trying to auto-forward a message from one group to another group of telegram using python. Currently this works when i run this. It forwards the last message from group A to group B. Need help ...
Dipal Shah's user avatar
-3 votes
0 answers
27 views

How to connect to Telegram Ads via API? [closed]

There's no info or updates on it, there's only the CSV download. I tried to find all the info regarding it, but there's none.
Meecosha's user avatar
0 votes
0 answers
31 views

My Telegram Bot not responding to other user than me [closed]

I have 2 account telegrams to test my bot. I created the bot using my first account, and it ran perfectly, but when I tested on my second account, it's not responding, and not sending any messages ...
Najhan Zikri's user avatar
0 votes
0 answers
18 views

How to get t.me link from rbmy telegram mini app. And how to get user details on miniapp [duplicate]

I am a beginner, i t to know how to get t.me link for telegram webapp. Example: https://t.me/botusername/webApp And how to get user details on WebApp. I want a sample code snippet to learn, bot shows ...
Nasirul Ali's user avatar
-1 votes
0 answers
20 views

Socket Error [WinError 10054] After Multiple Troubleshooting Attempts

I’ve encountered an issue while running my Python script. The script is intended to establish a connection through the Telegram API, but it consistently fails with the following error: Unable to ...
Rauf Farmanov's user avatar
0 votes
0 answers
26 views

Deprecated: Optional parameter $type declared before required parameter $extra is implicitly treated as a required parameter [duplicate]

I'm trying to code a TG bot and when starting my bot.php in termux I get this code error and can't fix it. if (isset($extra->prod_url)) { $extra->domain = $this->getstr($extra->prod_url.'...
user27333419's user avatar
0 votes
0 answers
31 views

Open the link outside of Telegram's browser

I'm creating a mini-application inside Telegram that includes a feature to navigate to a website. Is there a way to ensure that, when a user opens a link in Telegram, it opens in their default browser ...
Kirill Dedeshin's user avatar

15 30 50 per page
1
2 3 4 5
419