Back to catalog
👥

Telegram MTProto

OAuth

Read and write Telegram data

👥SocialHTTPS

Telegram MTProto

Telegram message and channel data via MTProto API

Channel TitleTech News Daily
Message Id48,291
Message TextBreaking: New AI model surpasses GPT-4 on all benchmarks.
Views142,300
Date2026-02-25

Sample Response

response.json
1{
2 "channel_title": "Tech News Daily",
3 "message_id": 48291,
4 "message_text": "Breaking: New AI model surpasses GPT-4 on all benchmarks.",
5 "views": 142300,
6 "date": "2026-02-25"
7}

Code Snippets

request.sh
1"color:#c084fc">curl -X "color:#fbbf24">GET "https://core.telegram.org/api#getting-started" \
2 "color:#60a5fa">-H "Authorization: Bearer YOUR_ACCESS_TOKEN"
View Documentation

Similar APIs