← Back to catalog
telegram.get_chat
mock data$0.001 / callGet Telegram Chat Info
Get info about a Telegram chat — title, type (private/group/supergroup/channel), description, member count, invite link, username (Telegram Bot API)
Input schema
chat_idrequired
stringChat ID or @username to get info about
Call via REST
curl -X POST https://unifyapi.pro/api/call/telegram.get_chat \
-H "Authorization: Bearer uak_live_..." \
-H "Content-Type: application/json" \
-d '{"chat_id":"<chat_id>"}'