545 B
545 B
title | description | image |
---|---|---|
inputPrivacyKeyPhoneCall | Whether the user will accept phone calls | https://docs.madelineproto.xyz/favicons/android-chrome-256x256.png |
Constructor: inputPrivacyKeyPhoneCall
Whether the user will accept phone calls
Type: InputPrivacyKey
Example:
$inputPrivacyKeyPhoneCall = ['_' => 'inputPrivacyKeyPhoneCall'];
Or, if you're into Lua:
inputPrivacyKeyPhoneCall={_='inputPrivacyKeyPhoneCall'}