⚙️ White List (Skip List)
The White List is a tool used to exclude specific users from token balance verification in both public and private chats connected to BoltFather.
When a user is added to the White List:
- They can enter a private chat via the invite link, even if they do not meet the access conditions.
- They are not checked for token balance in public chats.
- This is useful for moderators, testers, VIPs, admins, and trusted users.
📌 Management Commands:
Command | Description |
---|---|
/skip_add {telegram_id} |
Adds the user to the White List |
+telegram_id (reply to message) |
Retrieve the Telegram ID of a user |
/skip_list |
Displays a list of Telegram IDs currently in the White List (must be run inside the bot by the chat owner) |
/skip_del {telegram_id} |
Removes a user from the White List |
📍 The private invite link can be found in your group settings, under links generated by BoltFather.
💡 Example Use Case:
- Get the Telegram ID by replying to a message with
+telegram_id
. - Add them to the White List using
/skip_add 123456789
. - Optionally, view the list with
/skip_list
or remove with/skip_del 123456789
.