543 B
543 B
title | description | image |
---|---|---|
privacyKeyProfilePhoto | Whether the profile picture of the user is visible | https://docs.madelineproto.xyz/favicons/android-chrome-256x256.png |
Constructor: privacyKeyProfilePhoto
Whether the profile picture of the user is visible
Type: PrivacyKey
Example:
$privacyKeyProfilePhoto = ['_' => 'privacyKeyProfilePhoto'];
Or, if you're into Lua:
privacyKeyProfilePhoto={_='privacyKeyProfilePhoto'}