"description":"Use this method to get a list of profile pictures for a user. Returns a UserProfilePhotos object.",
"html_description":"<p>Use this method to get a list of profile pictures for a user. Returns a <a href=\"#userprofilephotos\">UserProfilePhotos</a> object.</p>",
"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":"<td>Unique identifier of the target user</td>",
"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":"<td>Sequential number of the first photo to be returned. By default, all photos are returned.</td>",
"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":"<td>Limits the number of photos to be retrieved. Values between 1-100 are accepted. Defaults to 100.</td>",
"rst_description":"Limits the number of photos to be retrieved. Values between 1-100 are accepted. Defaults to 100.\n",