Telegram Get
glim_telegram_getFetch a public Telegram channel or post - no account or API key involved. Channel refs (@handle, handle, t.me URL) return channel info + recent posts newest-first with views, reactions, media, polls, and link previews; pass query to search within the channel's full history, and page older posts with before=. Post refs (t.me//) return that post plus its most recent discussion comments. Media URLs are Telegram CDN links that expire within hours - fetch promptly, never store. Only channels with a public web preview work (most public channels); private channels and groups are not accessible.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| ref | Yes | Public channel (@handle, handle, or t.me/<channel> URL) or post (t.me/<channel>/<id> or '<channel>/<id>') | |
| after | No | Return posts newer than this message id | |
| limit | No | Max posts for channel refs (1-100) | |
| query | No | Search within the channel's full history (channel refs only) | |
| before | No | Return posts older than this message id (from next_cursor) | |
| format | No | Output format. 'text' (default): compact human-readable view, fewer tokens. 'json': full structured data for machine parsing. | text |
| comment | No | Post refs: center the comment window on this comment id | |
| include_comments | No | Post refs: include discussion comments (Telegram serves a small window of the most recent; walk older ones via comment=<oldest returned id>) |