MadelineProtoDocs/docs/API_docs/constructors/privacyKeyPhoneCall.md

469 B

title description image
privacyKeyPhoneCall Privacy key phone call https://docs.madelineproto.xyz/favicons/android-chrome-256x256.png

Constructor: privacyKeyPhoneCall

Back to constructors index

Privacy key phone call

Type: PrivacyKey

Example:

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

Or, if you're into Lua:

privacyKeyPhoneCall={_='privacyKeyPhoneCall'}