API Keys Setup

What Are API Keys?

Every Telegram client requires an api_id and api_hash to authenticate. TelePilot Pro uses the official Telegram API through these keys.

Getting Your API Keys

  • Visit my.telegram.org
  • Log in with your phone number
  • Go to API Development Tools
  • Fill in the form:
  • - App title: Any name (e.g., "MyApp")

    - Short name: Any short name

    - Platform: Desktop

    - Description: Optional

  • Click Create Application
  • Copy your api_id (number) and api_hash (string)
  • Multi-API Strategy

    For better safety, use multiple API key pairs:

    API Key Set 1 → Accounts 1-5
    API Key Set 2 → Accounts 6-10
    API Key Set 3 → Accounts 11-15

    This way, if one API key is flagged, others are unaffected.

    Important Notes

  • Each Telegram account can create up to 3 API key pairs
  • API keys are not linked to specific accounts — any key works with any account
  • Never share your API keys publicly
  • Store keys securely and back them up