MadelineProtoDocs/docs/TD_docs/constructors/profilePhoto.md
Daniil Gentili e5a1324684 docufix
2018-04-04 23:19:57 +00:00

26 lines
722 B
Markdown

---
title: profilePhoto
description: Describes user profile photo
image: https://docs.madelineproto.xyz/favicons/android-chrome-256x256.png
---
# Constructor: profilePhoto
[Back to constructors index](index.md)
Describes user profile photo
### Attributes:
| Name | Type | Required | Description |
|----------|---------------|----------|-------------|
|id|[int64](../constructors/int64.md) | Yes|Photo identifier, 0 for empty photo. Can be used to find photo in list of userProfilePhotos|
|small|[file](../constructors/file.md) | Yes|Small (160x160) user profile photo|
|big|[file](../constructors/file.md) | Yes|Big (640x640) user profile photo|
### Type: [ProfilePhoto](../types/ProfilePhoto.md)