MadelineProtoDocs/old_docs/API_docs_v66/constructors/inputPrivacyKeyPhoneCall.md

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