telegram-get-profile-photo
Download the profile photo of a Telegram user, group, or channel. Choose between small or big size and save to file or receive inline.
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 |