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

509 B

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

Constructor: inputPrivacyKeyPhoneCall

Back to constructors index

Privacy key phone call

Type: InputPrivacyKey

Example:

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

Or, if you're into Lua:

inputPrivacyKeyPhoneCall={_='inputPrivacyKeyPhoneCall'}