--- 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)