Filter Users
You can set a list of user id s to tell the bot to process messages you receive from source group only if it matches at least one of the user id's on the list.
π This feature work only for group
Command Arguments
/filter_users ACTION LABEL LIST_USER_ID
For Example
β‘οΈ This will only allow messages from user_id 123456 to be forwarded to TARGET_ID with label user1
/filter_users add user1 123456
β‘οΈ This will only allow messages from user_id 123456 or 565656 or 232323 to be forwarded to TARGET_ID with label user1
/filter_users add user1 123456,565656,232323
β‘οΈ Remove list user with label user1
/filter_users remove user1
Show all filter users list
/filter_users showall
Last updated