-1

I want take some messages from a Telegram channel (not mine), change something (not filter but for example modify some words) and forward the message changed to other channels (mine or not). I would like to see some structured code to start (NodeJS preferably)

I tried to download TForwarder, but it s able only to filter message, not changing.

Antonio
  • 11
  • 1

1 Answers1

0

From what I can see, you just need a way to forward as copy, and not a bot! If that's the case, then just use Telegram X for Android

Koorosh
  • 302
  • 1
  • 5
  • 15
  • I need to change the message copied – Antonio Jul 19 '19 at 10:05
  • 1
    @Antonio Well you can forward them as copy to Saved Message, edit them there, and forward them again – Koorosh Jul 19 '19 at 10:08
  • It has to be automatic, that's why i'm looking for a way to write a bot using Telegram API...I want select a channel and any times a type of message is sent there, I want take that message, edit it and forward it to my channel. – Antonio Jul 19 '19 at 13:01