25 lines
626 B
Markdown
25 lines
626 B
Markdown
---
|
|
title: profilePhoto
|
|
description: Describes user profile photo
|
|
---
|
|
## Constructor: profilePhoto
|
|
[Back to constructors index](index.md)
|
|
|
|
|
|
|
|
Describes user profile photo
|
|
|
|
### Attributes:
|
|
|
|
| Name | Type | Required | Description |
|
|
|----------|---------------|----------|-------------|
|
|
|id|[long](../types/long.md) | Yes|Photo identifier, 0 for empty photo. Can be used to find photo in list of userProfilePhotos|
|
|
|small|[file](../types/file.md) | Yes|Small (160x160) user profile photo|
|
|
|big|[file](../types/file.md) | Yes|Big (640x640) user profile photo|
|
|
|
|
|
|
|
|
### Type: [ProfilePhoto](../types/ProfilePhoto.md)
|
|
|
|
|