You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+8Lines changed: 8 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -12,6 +12,14 @@ To configure this bot add the environment variables stated below.
12
12
-`FROM_CHATS` - Chat ID of the chats from where to forward messages. Seperated by space.
13
13
-`TO_CHATS` - Chat ID of the chats where to forward messages. Seperated by space.
14
14
-`TELEGRAM_SESSION` - (Optional) If you want to use this bot as user add the telegram session name in environment variables. Get it by running [GenString](https://replit.com/@viperadnan/genstring) and select the option 1 and follow the instructions.
15
+
-`ADVANCE_CONFIG` - (Optional) If you want forward message from chat A to chat B and from chat C to chat D add this value in the format given below.
16
+
```
17
+
CHAT_ID_A CHAT_ID_B, CHAT_ID_C CHAT_ID_D
18
+
```
19
+
Or if you want to forward message from chat A to chat B and chat C
20
+
```
21
+
CHAT_ID_A CHAT_ID_B, CHAT_ID_B CHAT_ID_C
22
+
```
15
23
16
24
### Installing Requirements
17
25
Install the required Python Modules in your machine. Not required if using [Heroku](https://heroku.com).
0 commit comments