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