Back to catalog
👥

Telegram Bot

API Key

Simplified HTTP version of the MTProto API for bots

👥SocialHTTPS

Bot Info

API Gallery Bot (@api_gallery_bot)

Id5,834,710,217
First NameAPI Gallery Bot
UsernameApi_gallery_bot
Can Join GroupsYes
Supports Inline QueriesNo
Is BotYes

Sample Response

response.json
1{
2 "id": 5834710217,
3 "first_name": "API Gallery Bot",
4 "username": "api_gallery_bot",
5 "can_join_groups": true,
6 "supports_inline_queries": false,
7 "is_bot": true
8}

Code Snippets

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

Similar APIs