- Bot to forward messages from one channel to other without admin permission in source channel.
- Can be used for both private and Public channels.
- Bot Index message from channel and saves to database, further forwards and deletes each messages from database.Use of database was to Remove duplicacy of files.
- For Private channels bot need to be admin
API_HASH
API Hash from my.telegram.orgAPI_ID
API ID from my.telegram.orgBOT_TOKEN
Bot token from @BotFatherOWNER_ID
Telegram Id of Owner.TO_CHANNEL
Channel ID of channel to which messages are forwarded eg:- -100xxxxxxxxDATABASE_URI
Database uri from MongoDBDATABASE_NAME
Database Cluster nameCOLLECTION_NAME
Database Collection name.