MadelineProtoDocs/docs/API_docs/constructors/privacyKeyPhoneCall.md

497 B

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

Constructor: privacyKeyPhoneCall

Back to constructors index

Whether the user accepts phone calls

Type: PrivacyKey

Example:

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

Or, if you're into Lua:

privacyKeyPhoneCall={_='privacyKeyPhoneCall'}