davidmckenzie / telebagger

Simple Telegram to Discord one-way relay service
The Unlicense
30 stars 14 forks source link

Relay images #2

Closed tomillo closed 6 years ago

tomillo commented 6 years ago

There's a way to relays images too, or maybe copying the url?

davidmckenzie commented 6 years ago

Yeah that's something I'm planning on looking at in the future, but not on the priority list at the moment :)

If you wanted to have a crack at it, telethon has a download_media function that can be called when processing the message.

tomillo commented 6 years ago

Thanks @davidmckenzie, i'm going to find download_media function.

Is it possible to relay messages with reply/quote too?