MadelineProtoDocs/old_docs/API_docs_v34/constructors/inputPrivacyKeyPhoneCall.md
2020-06-16 17:50:25 +02:00

545 B

title description image
inputPrivacyKeyPhoneCall Whether the user will accept phone calls https://docs.madelineproto.xyz/favicons/android-chrome-256x256.png

Constructor: inputPrivacyKeyPhoneCall

Back to constructors index

Whether the user will accept phone calls

Type: InputPrivacyKey

Example:

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

Or, if you're into Lua:

inputPrivacyKeyPhoneCall={_='inputPrivacyKeyPhoneCall'}