get_user_profile_photos
Retrieve a user's profile photos from Telegram using their user ID. Supports pagination with offset and limit.
Instructions
Get a user's profile pictures.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| limit | No | Number of photos (1-100) | |
| offset | No | Offset for pagination | |
| user_id | Yes | User ID |