MadelineProtoDocs/docs/TD_docs/constructors/profilePhoto.md

26 lines
722 B
Markdown
Raw Normal View History

2018-04-01 13:19:25 +02:00
---
title: profilePhoto
description: Describes user profile photo
2018-04-04 19:52:48 +02:00
image: https://docs.madelineproto.xyz/favicons/android-chrome-256x256.png
2018-04-01 13:19:25 +02:00
---
2018-04-05 01:19:57 +02:00
# Constructor: profilePhoto
2018-04-01 13:19:25 +02:00
[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)