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