This commit is contained in:
Daniil Gentili 2019-03-13 13:21:59 +01:00
parent dd3bf63ab7
commit 03833e2781
4 changed files with 84 additions and 0 deletions

View File

@ -830,12 +830,18 @@ image: https://docs.madelineproto.xyz/favicons/android-chrome-256x256.png
***
<br><br>[$inputPrivacyKeyChatInvite](../constructors/inputPrivacyKeyChatInvite.md) = \[\];<a name="inputPrivacyKeyChatInvite"></a>
***
<br><br>[$inputPrivacyKeyForwards](../constructors/inputPrivacyKeyForwards.md) = \[\];<a name="inputPrivacyKeyForwards"></a>
***
<br><br>[$inputPrivacyKeyPhoneCall](../constructors/inputPrivacyKeyPhoneCall.md) = \[\];<a name="inputPrivacyKeyPhoneCall"></a>
***
<br><br>[$inputPrivacyKeyPhoneP2P](../constructors/inputPrivacyKeyPhoneP2P.md) = \[\];<a name="inputPrivacyKeyPhoneP2P"></a>
***
<br><br>[$inputPrivacyKeyProfilePhoto](../constructors/inputPrivacyKeyProfilePhoto.md) = \[\];<a name="inputPrivacyKeyProfilePhoto"></a>
***
<br><br>[$inputPrivacyKeyStatusTimestamp](../constructors/inputPrivacyKeyStatusTimestamp.md) = \[\];<a name="inputPrivacyKeyStatusTimestamp"></a>

View File

@ -0,0 +1,37 @@
---
title: inputPrivacyKeyForwards
description: inputPrivacyKeyForwards attributes, type and example
image: https://docs.madelineproto.xyz/favicons/android-chrome-256x256.png
---
# Constructor: inputPrivacyKeyForwards
[Back to constructors index](index.md)
### Type: [InputPrivacyKey](../types/InputPrivacyKey.md)
### Example:
```php
$inputPrivacyKeyForwards = ['_' => 'inputPrivacyKeyForwards'];
```
[PWRTelegram](https://pwrtelegram.xyz) json-encoded version:
```
{"_": "inputPrivacyKeyForwards"}
```
Or, if you're into Lua:
```lua
inputPrivacyKeyForwards={_='inputPrivacyKeyForwards'}
```

View File

@ -0,0 +1,37 @@
---
title: inputPrivacyKeyProfilePhoto
description: inputPrivacyKeyProfilePhoto attributes, type and example
image: https://docs.madelineproto.xyz/favicons/android-chrome-256x256.png
---
# Constructor: inputPrivacyKeyProfilePhoto
[Back to constructors index](index.md)
### Type: [InputPrivacyKey](../types/InputPrivacyKey.md)
### Example:
```php
$inputPrivacyKeyProfilePhoto = ['_' => 'inputPrivacyKeyProfilePhoto'];
```
[PWRTelegram](https://pwrtelegram.xyz) json-encoded version:
```
{"_": "inputPrivacyKeyProfilePhoto"}
```
Or, if you're into Lua:
```lua
inputPrivacyKeyProfilePhoto={_='inputPrivacyKeyProfilePhoto'}
```

View File

@ -18,6 +18,10 @@ image: https://docs.madelineproto.xyz/favicons/android-chrome-256x256.png
[inputPrivacyKeyPhoneP2P](../constructors/inputPrivacyKeyPhoneP2P.md)
[inputPrivacyKeyProfilePhoto](../constructors/inputPrivacyKeyProfilePhoto.md)
[inputPrivacyKeyForwards](../constructors/inputPrivacyKeyForwards.md)
### Methods that return an object of this type (methods):