telethon_downloader icon indicating copy to clipboard operation
telethon_downloader copied to clipboard

hi. New option?

Open Sirfrancis17 opened this issue 6 years ago • 2 comments

Is it possible add a forwarder msg? something like this

def callback(update): print('I received', update)

client = TelegramClient('session', api_id, api_hash, update_workers=1, spawn_read_thread=False)

client.connect() client.add_event_handler(callback) client.idle() # ends with Ctrl+C

Take all messages from a channel and forwarder to my own group/chanel on the bot autodownload the files is it possible?

Sirfrancis17 avatar Oct 03 '19 14:10 Sirfrancis17

Why do you need this? As soon as you send the file you get a message stating that the download is in queue. Then this message is edited when download starts and also when finished or if an error occurred. CA4C129D-CA07-40DE-ABA5-E63EAEC1A6E4

rodriguezst avatar Dec 17 '19 11:12 rodriguezst

Why do you need this? As soon as you send the file you get a message stating that the download is in queue. Then this message is edited when download starts and also when finished or if an error occurred. CA4C129D-CA07-40DE-ABA5-E63EAEC1A6E4

It's so you don't have to manually add the files to your bot. That's why I was asking if there was anything automatic.

Sirfrancis17 avatar Dec 17 '19 11:12 Sirfrancis17