MadelineProtoDocs/docs/API_docs/constructors/inputPrivacyKeyPhoneCall.md

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'}