mirror of
https://github.com/danog/MadelineProto.git
synced 2024-12-04 21:47:50 +01:00
540 B
540 B
title | description |
---|---|
inputPrivacyKeyPhoneCall | inputPrivacyKeyPhoneCall attributes, type and example |
Constructor: inputPrivacyKeyPhoneCall
Attributes:
Name | Type | Required |
---|
Type: InputPrivacyKey
Example:
$inputPrivacyKeyPhoneCall = ['_' => 'inputPrivacyKeyPhoneCall', ];
Or, if you're into Lua:
inputPrivacyKeyPhoneCall={_='inputPrivacyKeyPhoneCall', }