MadelineProtoDocs/docs/API_docs/constructors/privacyKeyPhoneCall.md
2019-12-27 17:48:04 +01:00

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