telegram-get-profile-photo
Download profile photos from Telegram users, groups, or channels. Output as inline base64 or save to a file.
Instructions
Download profile photo of a Telegram user, group, or channel. Returns inline image or saves to file
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| size | No | Photo size: 'small' (160x160) or 'big' (640x640). Default: big | |
| entityId | Yes | User/Chat/Channel ID or username | |
| savePath | No | Absolute path to save file. If omitted, returns inline base64 image |