UnifyAPI
← Back to catalog

telegram.get_chat

mock data$0.001 / call

Get Telegram Chat Info

Get info about a Telegram chat — title, type (private/group/supergroup/channel), description, member count, invite link, username (Telegram Bot API)

Communicationprovider: Telegram#telegram#communication

Input schema

chat_idrequired

Chat ID or @username to get info about

string

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>"}'

Try it

Paste a UnifyAPI key (create one in the dashboard) and run a real call.