2017-03-11 19:54:51 +01:00
|
|
|
---
|
|
|
|
title: profilePhoto
|
|
|
|
description: Describes user profile photo
|
|
|
|
---
|
|
|
|
## Constructor: profilePhoto
|
|
|
|
[Back to constructors index](index.md)
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Describes user profile photo
|
|
|
|
|
|
|
|
### Attributes:
|
|
|
|
|
|
|
|
| Name | Type | Required | Description |
|
2017-08-20 11:05:56 +02:00
|
|
|
|----------|---------------|----------|-------------|
|
2017-12-21 21:08:25 +01:00
|
|
|
|id|[int64](../constructors/int64.md) | Yes|Photo identifier, 0 for empty photo. Can be used to find photo in list of userProfilePhotos|
|
2017-09-29 15:50:59 +02:00
|
|
|
|small|[file](../constructors/file.md) | Yes|Small (160x160) user profile photo|
|
|
|
|
|big|[file](../constructors/file.md) | Yes|Big (640x640) user profile photo|
|
2017-03-11 19:54:51 +01:00
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
### Type: [ProfilePhoto](../types/ProfilePhoto.md)
|
|
|
|
|
|
|
|
|