tg_view
View the actual image, photo, sticker, or video frame from a Telegram message or story. Specify chat and message ID (or story ID) to get the image directly.
Instructions
Look at a photo, sticker or video frame — returns the actual image, not a description of it.
Use this whenever the question is about what is in a picture. tg_media lists what exists, tg_download saves a file, tg_view is the one that lets you see it.
Args:
chat: chat id, @username, exact title or "me".
message_id: message carrying the media.
size: "preview" (Telegram's own thumbnail, cheap) or "full" (original photo).
story_id: look at a story instead of a message — pass the person in
chat and the story id here (tg_stories lists them).
Looking does not mark the story as seen.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| chat | Yes | ||
| size | No | preview | |
| story_id | No | ||
| message_id | No |