1
0
mirror of https://github.com/danog/MadelineProto.git synced 2024-12-03 01:07:46 +01:00
MadelineProto/old_docs/API_docs_v70/constructors/privacyKeyPhoneCall.md

495 B

title description
privacyKeyPhoneCall privacyKeyPhoneCall attributes, type and example

Constructor: privacyKeyPhoneCall

Back to constructors index

Type: PrivacyKey

Example:

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

PWRTelegram json-encoded version:

{"_": "privacyKeyPhoneCall"}

Or, if you're into Lua:

privacyKeyPhoneCall={_='privacyKeyPhoneCall'}