MadelineProtoDocs/old_docs/API_docs_v34/constructors/privacyKeyProfilePhoto.md

34 lines
543 B
Markdown
Raw Permalink Normal View History

2020-06-16 17:50:25 +02:00
---
title: privacyKeyProfilePhoto
description: Whether the profile picture of the user is visible
image: https://docs.madelineproto.xyz/favicons/android-chrome-256x256.png
---
# Constructor: privacyKeyProfilePhoto
[Back to constructors index](index.md)
Whether the profile picture of the user is visible
### Type: [PrivacyKey](../types/PrivacyKey.md)
### Example:
```php
$privacyKeyProfilePhoto = ['_' => 'privacyKeyProfilePhoto'];
```
Or, if you're into Lua:
```lua
privacyKeyProfilePhoto={_='privacyKeyProfilePhoto'}
```