MrMissx / Telegram_Forwarder

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

Forward Bot Messages ?? #95

Closed noobietele closed 10 months ago

noobietele commented 10 months ago

It only forwards users messages but doesn't forward bot messages ,it it possible to foward all messages either bot or user ??

MrMissx commented 10 months ago

No, that's not currently possible. There is a Telegram limitation that a bot can't see other bot messages, therefore it would not forward the message

noobietele commented 10 months ago

https://github.com/aahnik/tgcf Check this out ,it can also forward bot messages,maybe it can help (missing topics and multiple source to destination forward support) , its like, if this and your repo can be combined it will be a perfect forward bot .

MrMissx commented 10 months ago

those project uses another libs that use a real user account (uses API ID and API KEY) not a bot account (uses BOT TOKEN), and I'm not planning to implement that kind of feature as it will be a complete rewrite.

noobietele commented 10 months ago

oh ok thanks