mirror of
https://github.com/danog/MadelineProto.git
synced 2024-11-27 14:54:47 +01:00
498 B
498 B
title | description |
---|---|
privacyKeyPhoneCall | privacyKeyPhoneCall attributes, type and example |
Constructor: privacyKeyPhoneCall
Type: PrivacyKey
Example:
$privacyKeyPhoneCall = ['_' => 'privacyKeyPhoneCall', ];
PWRTelegram json-encoded version:
{"_":"privacyKeyPhoneCall"}
Or, if you're into Lua:
privacyKeyPhoneCall={_='privacyKeyPhoneCall', }