1
0
mirror of https://github.com/danog/MadelineProto.git synced 2024-12-04 21:47:50 +01:00
MadelineProto/docs/API_docs/constructors/privacyKeyPhoneCall.md

398 B

title description
privacyKeyPhoneCall privacyKeyPhoneCall attributes, type and example

Constructor: privacyKeyPhoneCall

Back to constructors index

Type: PrivacyKey

Example:

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

Or, if you're into Lua:

privacyKeyPhoneCall={_='privacyKeyPhoneCall', }