v1
latestOpenAPI 3.0.32026-07-1416059.6 KBgetUserProfilePhotos
Use this method to get a list of profile pictures for a user.
post/bot{token}/getUserProfilePhotos
Path parameters
tokenstring required
Your Bot Token
Request body
Response
200
Example response
{
"ok": true,
"result": {
"total_count": 2,
"photos": [
[
{
"file_id": "AgABC12345678910111213abc...",
"file_size": 8394,
"width": 160,
"height": 160
}
]
]
}
}