1
0
mirror of https://github.com/danog/MadelineProto.git synced 2025-01-22 12:51:21 +01:00
2017-07-23 17:44:01 +02:00

495 B

title description
privacyKeyPhoneCall privacyKeyPhoneCall attributes, type and example

Constructor: privacyKeyPhoneCall

Back to constructors index

Type: PrivacyKey

Example:

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

PWRTelegram json-encoded version:

{"_": "privacyKeyPhoneCall"}

Or, if you're into Lua:

privacyKeyPhoneCall={_='privacyKeyPhoneCall'}