Bot Rotation

Automatically cycle through Telegram bots to prevent rate limiting.

Bot rotation section in Account settings

What is Bot Rotation?

Telegram limits how many API calls each bot can make per minute. If a single bot handles all your uploads and downloads, it may get rate-limited, causing slow or failed operations.

Bot rotation solves this by automatically switching to a different bot at regular intervals. TFilely supports only one active bot at a time, so rotation replaces the current active bot with the next one in your pool.

How it Works

  1. You add multiple bot tokens to your rotation pool.
  2. At the configured interval, the system removes the current active bot.
  3. The next bot in the pool is activated.
  4. When the end of the pool is reached, rotation wraps back to the first bot.

Settings

SettingDescription
Enable auto-rotateTurn automatic rotation on or off.
Rotation intervalHow often to switch bots (in minutes). Recommended: 30 minutes.
Manual rotateClick to immediately switch to the next bot.
Status displayShows the currently active bot and a countdown to the next rotation.

Recommendations

  • Use at least 6 bots for smooth rotation.
  • Set the interval to 30 minutes for a good balance between freshness and stability.
  • Rotation runs on the server, so it works 24/7 even when your browser is closed.