python (12.9k questions)
javascript (9.2k questions)
reactjs (4.7k questions)
java (4.2k questions)
java (4.2k questions)
c# (3.5k questions)
c# (3.5k questions)
html (3.3k questions)
Python Telegram Channel Reader
I've been scratching my head at this a while. Trying to just do the simple act of creating a program that will automatically read in every new post from a Telegram channel into str or something that ...
Enigma
Votes: 0
Answers: 1
Telethon event.message doesn't handle captions but only returns images without the caption
In this example code, I am just forwarding messages from one channel to another
where watch_channels is a list of channels to observe for new messages, and output_channel is the channel to send those ...
John
Votes: 0
Answers: 1
How to upload instant playable video to telegram
I am making a telegram bot to upload videos in my local PC. But when I sent the video, that message is very dumb. like this
Image 1
But I need videos like this
Image 2
Image 3
my code is
from pyrogram...
tom jerry
Votes: 0
Answers: 2
telethon: How to block a spammer user
Im using telethon to recieve messages. When a user sends more messages than he/she was allowed, he/she will get blocked. im having trouble with the blocking part. Here is my code:
with TelegramClient(...
Sahar
Votes: 0
Answers: 1