MadelineProtoDocs/docs/API_docs/constructors/inputPrivacyKeyPhoneCall.md
Daniil Gentili f73c175203 Update docs
2018-12-26 01:56:50 +00:00

614 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'];

PWRTelegram json-encoded version:

{"_": "inputPrivacyKeyPhoneCall"}

Or, if you're into Lua:

inputPrivacyKeyPhoneCall={_='inputPrivacyKeyPhoneCall'}