MadelineProto/old_docs/API_docs_v62/constructors/privacyKeyPhoneCall.md

495 B

title description
privacyKeyPhoneCall privacyKeyPhoneCall attributes, type and example

Constructor: privacyKeyPhoneCall

Back to constructors index

Attributes:

Name Type Required

Type: PrivacyKey

Example:

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

Or, if you're into Lua:

privacyKeyPhoneCall={_='privacyKeyPhoneCall', }