mirror of
https://github.com/danog/MadelineProto.git
synced 2024-12-04 20:47:46 +01:00
548 B
548 B
title | description |
---|---|
inputPrivacyKeyPhoneCall | inputPrivacyKeyPhoneCall attributes, type and example |
Constructor: inputPrivacyKeyPhoneCall
Type: InputPrivacyKey
Example:
$inputPrivacyKeyPhoneCall = ['_' => 'inputPrivacyKeyPhoneCall', ];
PWRTelegram json-encoded version:
{"_":"inputPrivacyKeyPhoneCall"}
Or, if you're into Lua:
inputPrivacyKeyPhoneCall={_='inputPrivacyKeyPhoneCall', }