← Back to Dashboard

PWRTelegram bot

SocialActiveCORS ReadyUnknownAuth: API KeyDoc: HTML
Visit Website ↗

Description

Boosted version of the Telegram bot API

✨ AI Summary

PWRTelegram bot offers a boosted version of the Telegram Bot API for enhanced messaging capabilities.

Code Example

import requests

BOT_TOKEN = 'YOUR_BOT_TOKEN'
CHAT_ID = 'YOUR_CHAT_ID'
TEXT = 'Hello from PWRTelegram!'

url = f'https://api.pwrtelegram.xyz/bot{BOT_TOKEN}/sendMessage'
headers = {'Content-Type': 'application/json'}
payload = {'chat_id': CHAT_ID, 'text': TEXT}

response = requests.post(url, headers=headers, json=payload)
print(response.json())

Live Health Metrics

Last 50 checks (10 min intervals)