Improv
This commit is contained in:
parent
dd3bf63ab7
commit
03833e2781
@ -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>[$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>[$inputPrivacyKeyPhoneCall](../constructors/inputPrivacyKeyPhoneCall.md) = \[\];<a name="inputPrivacyKeyPhoneCall"></a>
|
||||||
|
|
||||||
***
|
***
|
||||||
<br><br>[$inputPrivacyKeyPhoneP2P](../constructors/inputPrivacyKeyPhoneP2P.md) = \[\];<a name="inputPrivacyKeyPhoneP2P"></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>
|
<br><br>[$inputPrivacyKeyStatusTimestamp](../constructors/inputPrivacyKeyStatusTimestamp.md) = \[\];<a name="inputPrivacyKeyStatusTimestamp"></a>
|
||||||
|
|
||||||
|
37
docs/API_docs/constructors/inputPrivacyKeyForwards.md
Normal file
37
docs/API_docs/constructors/inputPrivacyKeyForwards.md
Normal 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'}
|
||||||
|
|
||||||
|
```
|
||||||
|
|
||||||
|
|
37
docs/API_docs/constructors/inputPrivacyKeyProfilePhoto.md
Normal file
37
docs/API_docs/constructors/inputPrivacyKeyProfilePhoto.md
Normal 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'}
|
||||||
|
|
||||||
|
```
|
||||||
|
|
||||||
|
|
@ -18,6 +18,10 @@ image: https://docs.madelineproto.xyz/favicons/android-chrome-256x256.png
|
|||||||
|
|
||||||
[inputPrivacyKeyPhoneP2P](../constructors/inputPrivacyKeyPhoneP2P.md)
|
[inputPrivacyKeyPhoneP2P](../constructors/inputPrivacyKeyPhoneP2P.md)
|
||||||
|
|
||||||
|
[inputPrivacyKeyProfilePhoto](../constructors/inputPrivacyKeyProfilePhoto.md)
|
||||||
|
|
||||||
|
[inputPrivacyKeyForwards](../constructors/inputPrivacyKeyForwards.md)
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
### Methods that return an object of this type (methods):
|
### Methods that return an object of this type (methods):
|
||||||
|
Loading…
x
Reference in New Issue
Block a user