MadelineProtoDocs/old_docs/API_docs_v102/constructors/privacyKeyProfilePhoto.md
2019-06-24 15:45:02 +02:00

481 B

title description image
privacyKeyProfilePhoto Show profile photo? https://docs.madelineproto.xyz/favicons/android-chrome-256x256.png

Constructor: privacyKeyProfilePhoto

Back to constructors index

Show profile photo?

Type: PrivacyKey

Example:

$privacyKeyProfilePhoto = ['_' => 'privacyKeyProfilePhoto'];

Or, if you're into Lua:

privacyKeyProfilePhoto={_='privacyKeyProfilePhoto'}