MrMissx / Telegram_Forwarder

Simple telegram bot to forward message from channel/group
GNU General Public License v3.0
511 stars 465 forks source link

Bot_TelegramForwarder; can't forward messages sent by bots #56

Closed norm-git closed 3 years ago

norm-git commented 3 years ago

Hello there, Bot Forward are not forwarding messages sent by other bots in a group Other bots, can be mirror-bot, rssbot, Modularbot Please if you can verify this issue and try to fix it

Using Mode Forward Bot FROM_CHAT ID of a group TO_CHAT ID OF a channel

I have not tried From Channel to Channel or From Channel to Group yet

MrMissx commented 3 years ago

Hi As far as i know a bot won't trigger a message update from other bot message. So, you couldn't forward a message sent by other bot (unless you forward it manually). A workaround for this case is by using a channel that your other bot sent to.

norm-git commented 3 years ago

Hi As far as i know a bot won't trigger a message update from other bot message. So, you couldn't forward a message sent by other bot (unless you forward it manually). A workaround for this case is by using a channel that your other bot sent to.

so it is just not possible to forward message of another bot? Okay Then well Do you know if it is possible with a User Session pyrogrm?

MrMissx commented 3 years ago

it is not possible in a group chat. You should use a channel instead. should be working if you're using a userbot.