Telegram
communityCloud-based messaging — channels, groups, bots, voice/video calls, and file sharing
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.
POST
/bot{token}/sendMessageSend message via bot
Parameters
textstringrequiredchat_idstringrequiredparse_modestringoptionalReturns
ok, result{message_id, date, text, chat{}}GET
/bot{token}/getUpdatesGet incoming messages and updates
Parameters
limitintegeroptionaloffsetintegeroptionalReturns
ok, result[] with update_id, message{from, chat, text, date}GET
/bot{token}/getChatGet chat or channel info
Parameters
chat_idstringrequiredReturns
id, type, title, description, members_count, photoGET
/bot{token}/searchStickerSetsSearch sticker sets
Parameters
querystringrequiredReturns
sticker_sets[] with name, title, stickers_count, is_animated