MadelineProtoDocs/old_docs/API_docs_v97/constructors/inputPrivacyKeyPhoneCall.md
2019-12-27 17:48:04 +01: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'}