aiendpoint.dev
ServicesTelegram

Telegram

community

Cloud-based messaging — channels, groups, bots, voice/video calls, and file sharing

Visit site ↗

This is a community-generated spec

This /ai spec was auto-generated by an AI agent, not by the site owner. It may be incomplete or inaccurate.

https://telegram.meapikeycommunicationconfidence: 85/1000 discoveries1 contributors
POST/bot{token}/sendMessage

Send message via bot

Parameters

textstringrequired
chat_idstringrequired
parse_modestringoptional

Returns

ok, result{message_id, date, text, chat{}}
GET/bot{token}/getUpdates

Get incoming messages and updates

Parameters

limitintegeroptional
offsetintegeroptional

Returns

ok, result[] with update_id, message{from, chat, text, date}
GET/bot{token}/getChat

Get chat or channel info

Parameters

chat_idstringrequired

Returns

id, type, title, description, members_count, photo
GET/bot{token}/searchStickerSets

Search sticker sets

Parameters

querystringrequired

Returns

sticker_sets[] with name, title, stickers_count, is_animated