Use the following syntax to add a channel/group/bot:
/forward add [LABEL] [SOURCE_CHAT_ID] -> [TARGET_CHAT_ID]
Other commands:
/forward remove [LABEL]
/forward start
/forward add work1 2222 -> 6666
/forward add work2 2222,3333 -> 6666
/forward add work3 2222 -> 6666, 7777
/forward add work4 2222,3333 -> 6666,7777
================
Remove task with label work1 in list /forward remove work1
/forward remove work1
Run all task
Command Information
SOURCE_CHAT_ID and TARGET_CHAT_ID are obtained from the /getchanel or /getgroup or /getuser commands.
You can only use the source and target ids that you found through the /getchanel or /getgroup or /getuser commands.
LABEL is the name of the identifier you want to specify to perform the task, make sure you use a unique name.
Do not use the numeric ID you get from /getchanel or /getgroup or /getuser for LABELS.
Last updated 2 years ago