Telegram Bot API Assistant

Easily interact with the Telegram Bot API directly from your browser. Send messages, manage webhooks, get updates, and more.

Upon clicking the button, the relevant data will be displayed below.



      
General info
  • ok: Indicates success/enabled/supported/yes (true) or failure/disabled/not supported/no (false).
  • result: Array of group member objects.
  • "result" (blank): The action was executed successfully, but no data was returned.
  • user: Object containing user information:
    • id: Unique user ID.
    • is_bot: true if the user is a bot.
  • date: Dates are represented in Unix time format. To convert, visit Unix Timestamp Converter.
HTTP status codes
  • 200: OK (Request successful)
  • 400: Bad Request (Invalid request)
  • 401: Unauthorized (Invalid or missing bot token)
  • 403: Forbidden (Bot lacks permission)
  • 404: Not Found (Resource not found)
  • 409: Conflict (Resource already exists)
  • 429: Too Many Requests (Rate limit exceeded)
  • 500: Internal Server Error (Telegram server error)
  • 502: Bad Gateway (Telegram server error)
  • 503: Service Unavailable (Telegram server maintenance)
Error codes
  • 1: Invalid request
  • 2: API method not found
  • 3: Invalid bot token
  • 4: Bot lacks permission
  • 5: Resource not found
  • 100: Generic error
  • 101: Invalid test mode
  • 102: Invalid JSON
  • 103: Invalid method
  • 104: Invalid format
  • 105: Invalid user ID
  • 106: Invalid chat ID
  • 107: Invalid message ID
  • 108: Invalid file ID
  • 400: Bad request
  • 401: Invalid bot token
  • 402: Bot token expired
Additional error messages
  • Too Long: Message exceeds maximum length
  • Invalid Request: Request is invalid
  • Invalid Bot Token: Bot token is invalid
  • Bot is Blocked: Bot is blocked
  • Bot was Blocked: Bot was previously blocked
  • Chat not Found: Chat does not exist