💫
Setup Auto Forward
Command Information
- LABEL is the nickname you want to give to your setup. Do not use numbers you get from /getchanel or /getgroup or /getuser in this field or Telegram chat names. This variable is used to define a nickname so you can identify your setup later on every Auto Forward Telegram BOT command.
Get SourceCHAT_ID and TargetCHATID

Command
Example
Use the following syntax for adding channels/users/bots:
/forward add [LABEL] [SOURCE_CHAT_ID] -> [TARGET_CHAT_ID]
Command other
/forward remove [LABEL]
/forward start [LABEL]
/forward stop [LABEL]
One to One
/forward add work1 22222 -> 66666
Many to One
/forward add work1 22222,33333 -> 66666
One to Many
/forward add work1 22222 -> 66666,77777
Many to Many
/forward add work1 22222,33333 -> 66666,77777
===============
Remove task with label work1 in list
/forward remove work1
Start task with label work1 in list
/forward start work1
Stop task with label work1 in list
/forward stop work1
Set delay 30 seconds to each message with label work1
/forward delay work1 30
Set maximum time limit to receive message edit event from SOURCE_ID is 30 seconds with label work1
/forward max_time_edit work1 30
Restart all process if any error
/forward restart
Show all list task
/forward task
Use Command /forward after select Show All Forward Tasks

Menu Task Management