get_user_profile_photos
Retrieve a list of file IDs for a Telegram user's profile photos. Provide the user ID and optionally set a limit on the number of photos.
Instructions
Return a lightweight list of Telegram profile photo file IDs.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| user_id | Yes | ||
| limit | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| ok | Yes | ||
| error | No | ||
| user_id | No | ||
| total_count | No | ||
| photos | No |