Skip to main content

🎨 Whitelabel


🆕 Create a Whitelabel Instance

/wl, /whitelabel

  • Description
    Creates a whitelabel instance of the bot using a Telegram bot token. The new bot will have the same features as the main bot but under a different brand.

  • Pricing A one-time fee of 2500 Telegram Stars is required for each whitelabel bot instance.

  • Usage
    This command must be used in a private chat with the bot:

    /wl <bot_token>
    /whitelabel <bot_token>
  • Arguments

    ArgumentTypeRequiredDescription
    <bot_token>stringYesTelegram bot token generated via @BotFather
  • Example

    /wl 000000000:XXXXXXxxx_xxxx-xxxxxxxxxxxxxxxxxxx
  • Permissions
    Can be used by anyone but only in private chat.

  • Bot Response
    Confirmation message indicating the whitelabel instance was created successfully.

whitelabel_success.png

  • Notes
    • Make sure the token is valid and not used in another instance.
    • Each whitelabel bot can only be added to a maximum of 2 groups.

❌ Delete a Whitelabel Instance

/unwhitelabel, /unwl, /wldelete, /whitelabeldelete

  • Description
    Deletes or unregisters an existing whitelabel instance based on the bot's username.

  • Usage
    This command must be used in a private chat with the bot:

    /unwhitelabel <bot_username>
    /unwl <bot_username>
    /wldelete <bot_username>
    /whitelabeldelete <bot_username>
  • Arguments

    ArgumentTypeRequiredDescription
    <bot_username>stringYesThe Telegram username of the whitelabel bot (with @)
  • Example

    /whitelabeldelete @myAmazingBot
  • Permissions
    Can be used by anyone, but only in private chat.

  • Bot Response

    Bot @myAmazingBot - unRegistered Successfully
  • Notes

    • Make sure you own or manage the specified bot.
    • This action is irreversible and will remove access to the bot’s whitelabel instance.

👀 Get Detailed Info of Your Instances

/wlinfo, /whitelabelinfo, /wlstatus

  • Description
    Displays a detailed summary of all your whitelabel bot instances and the Telegram groups where each instance is currently deployed.

  • Usage
    This command must be used in a private chat with the bot:

    /wlinfo
    /whitelabelinfo
    /wlstatus
  • Arguments

    ArgumentTypeRequiredDescription
    (none)NoThis command takes no arguments
  • Permissions
    Can be used by bot instance owners in private chat with the bot.

  • Bot Response
    A Markdown-formatted list of your whitelabel bots and the groups where they are active.

  • Example Response

    Your whitelabel bots:

    @awesome_antispam_bot
    ├ ID: -100XXXXXXXXXX | @myAwesomeGroup1
    └ ID: -100XXXXXXXXXX | @myAwesomeGroup2

    @another_awesome_antispam_bot
    ├ ID: -100XXXXXXXXXX | @myAwesomeGroup3
    └ ID: -100XXXXXXXXXX | @myAwesomeGroup4
  • Notes

    • Useful for tracking and managing your deployed bot instances.

🚪 Remove the Bot from a Group

/whitelabelleave, /wlleave, /leave, /whitelabelremove

  • Description
    Forces one of your whitelabel bot instances to leave a specific group. Useful for removing the bot from groups it was added to without permission.

  • Usage
    This command must be used in a private chat with the bot:

    /wlleave <bot_username> <chat_id>
  • Arguments

    ArgumentTypeRequiredDescription
    <bot_username>stringYesThe Telegram username of the whitelabel bot (with @)
    <chat_id>stringYesThe Telegram group ID to remove the bot from (e.g. -100...)
  • Example

    /wlleave @awesome_antispam_bot -1001234567890
  • Permissions
    Only the user who registered the whitelabel bot instance can execute this command.

  • Bot Response
    Confirmation message indicating the bot was successfully removed from the specified group.

  • Notes

    • You can get the chat_id using the /wlinfo command.
    • Only works in private chat with the bot.
    • Helps prevent misuse of your bot in unapproved groups.