Skip to main content
Filter by
Sorted by
Tagged with
-2 votes
2 answers
73 views

I'm using GramJS (telegram npm package) to listen for new messages in Telegram groups. The NewMessage event handler works perfectly for: Direct messages (DMs),Small groups (< 1000 members),Medium ...
user3374544's user avatar
0 votes
1 answer
97 views

I'm experiencing slow download times for videos from Telegram using GramJS with the Downloadmedia method. Is there a way to speed up the downloads? Is there a way to speed up the download, an optimal ...
Anh's user avatar
  • 9
-4 votes
0 answers
49 views

I tried to enter in account at the test server in desktop client on Windows. I have followed the instructions. But I failed to enter account with the code, equal to "XXXXX (X from phone number ...
Даниил К's user avatar
1 vote
1 answer
97 views

im trying to integrate telegram oauth into my application, currently it successfully log in in telegram, but django doesnt received any data in callback, I have tryied many methods, but without any ...
Gor Barseghyan's user avatar
Best practices
0 votes
0 replies
33 views

According to the official Telegram Bot API docs, media captions are limited to 0–1024 characters after entities parsing. However, I recently saw a forwarded bot message that looks like a single media ...
Slow Storm's user avatar
0 votes
0 answers
85 views

I need to create an embedded button that will open a chat using a user who only specifies the username with whom I want to open the chat. I tried adding a parameter URL with the following value: btn = ...
Lerck's user avatar
  • 27
0 votes
1 answer
81 views

I have a hash generating function for telegram login. But it doesn't work. What is wrong with the telegram hash checker? def _generate_hash(data: dict) -> str: data.pop("hash") ...
Irina's user avatar
  • 1,431
1 vote
1 answer
111 views

Body I'm trying to deploy my Telegram bot from my local machine (where it works via localtunnel) to a VM on Proxmox behind MikroTik with NAT and nginx. On the VM, nginx terminates HTTPS and proxies /...
chevengur's user avatar
-1 votes
0 answers
93 views

I'm working on a C++ program using TDLib to log into Telegram. I want to prompt the user for their phone number, verification code, and 2FA password. However, the program loops infinitely and never ...
JacobNowitsky's user avatar
0 votes
1 answer
100 views

I have a problem with forwarding messages with caption_entities. Attached below is the code that I use to make the transfer itself, as well as the result of its operation. The result shows that ...
user31645108's user avatar
-1 votes
1 answer
95 views

I've got a function to download an image from telegram message, it accepts message.media.photo: const downloadPhoto = async (photo, client, name) => { await client.connect(); const file = new ...
k102's user avatar
  • 8,119
1 vote
0 answers
93 views

I’m testing a simple Pyrogram client and noticed something strange when the session appears in Telegram’s Active Sessions list. Here is my test code: from pyrogram import Client app = Client( &...
Abdurahmon Jome's user avatar
0 votes
0 answers
34 views

I'm facing a confusing and frustrating issue with folder selection for file uploads in a web app running inside Telegram Mini Apps on Android. Folder selection works fine in regular browsers (Chrome ...
Bad_m's user avatar
  • 43
1 vote
2 answers
130 views

I'm trying to approve join requests for my private Telegram channel using Telethon. When a user opens a join link to a private channel, Telegram sends their request to the admin panel, where it can be ...
mohali's user avatar
  • 25
1 vote
1 answer
128 views

Below are two scripts. The first one creates a channel, after which it stops working. The second script tries to send a message to this channel, but at the moment of sending, the second script ...
user31645108's user avatar

15 30 50 per page
1
2 3 4 5
410