1
0
mirror of https://github.com/danog/MadelineProto.git synced 2025-01-08 14:28:18 +01:00
MadelineProto/old_docs/API_docs_v66/constructors/inputPrivacyKeyPhoneCall.md
2017-06-30 15:36:33 +02:00

443 B

title description
inputPrivacyKeyPhoneCall inputPrivacyKeyPhoneCall attributes, type and example

Constructor: inputPrivacyKeyPhoneCall

Back to constructors index

Type: InputPrivacyKey

Example:

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

Or, if you're into Lua:

inputPrivacyKeyPhoneCall={_='inputPrivacyKeyPhoneCall', }