List Recent Photos in Chat
list_photosList and inspect photo messages in a Telegram chat to audit or find images sent during a conversation. Use download_media to save any image.
Instructions
List and inspect photo messages within a chat. Use when auditing or finding images sent in a conversation. To download, use download_media.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| limit | No | Maximum number of items or records to retrieve (integer between 1 and 100). | |
| source | No | Image source selector: 'camera', 'saved', or 'album'. | avatars |
| account | No | Optional account label for multi-account environments. If omitted in single-mode, the default account is used. In multi-mode without an account, read-only tools fan out across all configured accounts. | |
| chat_id | Yes | Target Telegram chat, group, supergroup, channel, or user identifier. Accepts numeric chat ID (e.g. -1001234567890 or 123456789), username (e.g. '@channel'), or phone number. |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |