🅾ī¸Blacklist: Create And Management

You can set a list of words or regex patterns which tells the bot that if the message received from source channel has any of the blacklisted words or regex pattern match the bot should ignore that message and do not process it even if it passes all other conditions.

Important Information

  • Using Simple Syntax will match words partially. This means that when you blacklist the word "es", it will block every message containing best, rest, test because each of them have the word "es" within.

  • If you want to match words fully, please use the regex example

  • Make sure to use the Python Flavor with regex101.com otherwise your regex will not work on Auto Forward Telegram

â›ŗī¸ Create new blacklist

1. Basic Command

/blacklist [ACTION] [LABEL] [WORD_LIST]

2. Blacklist use USER_ID or USER_NAME Command ( Only Platinum)

/blacklist [ACTION] [LABEL]_user [USER_ID,USER_NAME]

Note:

  • Set Label Name must have a suffix is _user

  • You can add multiple whitelists separated by ,

Example: You want whitelist User have username is https://t.me/zinREAL, https://t.me/mark and User have id is 410995490

/blacklist add group1_user zinREAL,410995490,mark

3. Advanced Command with regex ( Only Platinum)

/blacklist [ACTION] [LABEL]_regex [WORD_LIST]

Command Information

  • ACTION is add or remove

  • LABEL is the nickname you want to define for your Blacklist.

  • Do not use number for LABEL.

  • To create Blacklist advance with regex please add LABEL suffix is _regex

  • WORD_LIST is list word you want use as whitelist. Check Tab Example

✅ Apply/Deactivate Blacklist for a Task

1. From Auto Forward Messages BOT Choose Task you want Apply

2. Select 🔐 Advanced Configuration from Menu Setting

3. Select Blacklist from Menu Advanced Configuration to show list Blacklist

4. Click a your Blacklist you want to Activate or Deactivate for Task

Describe Status

đŸšĢ is status Deactivated

✅ is status Activated

✅ Apply/Disable Blacklist for All Task

When Apply All Blacklist for Task will won't activate for each single task

Use Command /blacklist after select Show All Blacklist

Last updated