comms

Telegram

economy

Telegram is an cost-effective comms provider offering Send Message, Send Alert, Send Media and 1 more through Aweb's unified API. It features none streaming support with premium-tier latency.

Try TelegramOfficial docs

Specifications

Categorycomms
Auth Typeapi_key
Latency Tierpremium
Streamingnone
Pricing Tiereconomy
Reliabilitypremium
Qualitypremium
Base URLhttps://api.telegram.org
SDK Package

Capabilities (4)

Send Messagecomms.send
Score: 92DEFAULT
Send Alertcomms.alert
Score: 94DEFAULT
Send Mediacomms.media
Score: 90DEFAULT
Broadcastcomms.broadcast
Score: 90DEFAULT

Public discovery

Inspect Telegram's current readiness, sources, capabilities, and MCP tool posture through Aweb's public integration catalog. Provider-pinned execute examples are intentionally withheld until the canonical public execute contract is normalized.

cURL

curl "https://aweblabs.ai/api/v2/integrations/catalog" \
  | jq '.providers[] | select(.providerId == "telegram")'

TypeScript

const response = await fetch(
  'https://aweblabs.ai/api/v2/integrations/catalog'
);

const catalog = await response.json();
const provider = catalog.providers.find((item) => item.providerId === 'telegram');

console.log(provider?.readiness);
console.log(provider?.mcpTools?.length ?? 0);

Related comms providers

Discord

economy tier

Slack

economy tier

Getting started →API reference →All capabilities →All providers →