Telegram_Forwarder icon indicating copy to clipboard operation
Telegram_Forwarder copied to clipboard

Simple telegram bot to forward message from channel/group

Results 8 Telegram_Forwarder issues
Sort by recently updated
recently updated
newest added

[ { "source": -10012345678, "destination": [-10011111111, "-10022222222#123456"] }, { "source": "-10087654321#000000", // Topic/Forum group "destination": ["-10033333333#654321"] } ] how to add filter for keywords ?? different for each source to...

enhancement

Any idea why it's not working? I did the json correctly, but it's not passing through

question

All Msg are being forwarded ,except messages that are send as reply to messages.

Getting this error on some chats ,not all ,like when forwarding from channel to group topic getting thi error,also occuring on some topics also.

Hi, 👋🏻 Currently the bot forwards messages as single messages, even if the media like photos and videos are in album(group) mode. ### Is it possible to add a function...

enhancement
help wanted

when we are using filters for forwarding one video to another group ,it is not working forwarding all videos to other channel/grp , Filters only working for text messages.

bug

以下是运行日志: vTraceback (most recent call last): File "/usr/local/lib/python3.10/site-packages/httpx/_transports/default.py", line 60, in map_httpcore_exceptions yield File "/usr/local/lib/python3.10/site-packages/httpx/_transports/default.py", line 353, in handle_async_request resp = await self._pool.handle_async_request(req) File "/usr/local/lib/python3.10/site-packages/httpcore/_async/connection_pool.py", line 262, in handle_async_request status=response.status,...

Currently the repo uses bot token to forward messsages from source to destination,but it has limitations that it can't detect bot messages. it it possible to use user session ,and...