34 lines
481 B
Markdown
34 lines
481 B
Markdown
---
|
|
title: privacyKeyProfilePhoto
|
|
description: Show profile photo?
|
|
image: https://docs.madelineproto.xyz/favicons/android-chrome-256x256.png
|
|
---
|
|
# Constructor: privacyKeyProfilePhoto
|
|
[Back to constructors index](index.md)
|
|
|
|
|
|
|
|
Show profile photo?
|
|
|
|
|
|
|
|
|
|
### Type: [PrivacyKey](../types/PrivacyKey.md)
|
|
|
|
|
|
### Example:
|
|
|
|
```php
|
|
$privacyKeyProfilePhoto = ['_' => 'privacyKeyProfilePhoto'];
|
|
```
|
|
|
|
|
|
Or, if you're into Lua:
|
|
|
|
```lua
|
|
privacyKeyProfilePhoto={_='privacyKeyProfilePhoto'}
|
|
|
|
```
|
|
|
|
|