{ "meta": {}, "group": { "title": "Available methods", "anchor": "available-methods" }, "object": { "anchor": "getuserprofilephotos", "name": "getUserProfilePhotos", "description": "Use this method to get a list of profile pictures for a user. Returns a UserProfilePhotos object.", "html_description": "

Use this method to get a list of profile pictures for a user. Returns a UserProfilePhotos object.

", "rst_description": "Use this method to get a list of profile pictures for a user. Returns a :class:`aiogram.types.user_profile_photos.UserProfilePhotos` object.", "annotations": [ { "type": "Integer", "required": true, "description": "Unique identifier of the target user", "html_description": "Unique identifier of the target user", "rst_description": "Unique identifier of the target user\n", "name": "user_id" }, { "type": "Integer", "required": false, "description": "Sequential number of the first photo to be returned. By default, all photos are returned.", "html_description": "Sequential number of the first photo to be returned. By default, all photos are returned.", "rst_description": "Sequential number of the first photo to be returned. By default, all photos are returned.\n", "name": "offset" }, { "type": "Integer", "required": false, "description": "Limits the number of photos to be retrieved. Values between 1-100 are accepted. Defaults to 100.", "html_description": "Limits the number of photos to be retrieved. Values between 1-100 are accepted. Defaults to 100.", "rst_description": "Limits the number of photos to be retrieved. Values between 1-100 are accepted. Defaults to 100.\n", "name": "limit" } ], "category": "methods" } }