From 03833e278142e2b6bec5850fa647d341115403b1 Mon Sep 17 00:00:00 2001 From: Daniil Gentili Date: Wed, 13 Mar 2019 13:21:59 +0100 Subject: [PATCH] Improv --- docs/API_docs/constructors/index.md | 6 +++ .../constructors/inputPrivacyKeyForwards.md | 37 +++++++++++++++++++ .../inputPrivacyKeyProfilePhoto.md | 37 +++++++++++++++++++ docs/API_docs/types/InputPrivacyKey.md | 4 ++ 4 files changed, 84 insertions(+) create mode 100644 docs/API_docs/constructors/inputPrivacyKeyForwards.md create mode 100644 docs/API_docs/constructors/inputPrivacyKeyProfilePhoto.md diff --git a/docs/API_docs/constructors/index.md b/docs/API_docs/constructors/index.md index d3a3ffc3..b1c87b2e 100644 --- a/docs/API_docs/constructors/index.md +++ b/docs/API_docs/constructors/index.md @@ -830,12 +830,18 @@ image: https://docs.madelineproto.xyz/favicons/android-chrome-256x256.png ***

[$inputPrivacyKeyChatInvite](../constructors/inputPrivacyKeyChatInvite.md) = \[\]; +*** +

[$inputPrivacyKeyForwards](../constructors/inputPrivacyKeyForwards.md) = \[\]; + ***

[$inputPrivacyKeyPhoneCall](../constructors/inputPrivacyKeyPhoneCall.md) = \[\]; ***

[$inputPrivacyKeyPhoneP2P](../constructors/inputPrivacyKeyPhoneP2P.md) = \[\]; +*** +

[$inputPrivacyKeyProfilePhoto](../constructors/inputPrivacyKeyProfilePhoto.md) = \[\]; + ***

[$inputPrivacyKeyStatusTimestamp](../constructors/inputPrivacyKeyStatusTimestamp.md) = \[\]; diff --git a/docs/API_docs/constructors/inputPrivacyKeyForwards.md b/docs/API_docs/constructors/inputPrivacyKeyForwards.md new file mode 100644 index 00000000..ed0ad019 --- /dev/null +++ b/docs/API_docs/constructors/inputPrivacyKeyForwards.md @@ -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'} + +``` + + diff --git a/docs/API_docs/constructors/inputPrivacyKeyProfilePhoto.md b/docs/API_docs/constructors/inputPrivacyKeyProfilePhoto.md new file mode 100644 index 00000000..1976ef40 --- /dev/null +++ b/docs/API_docs/constructors/inputPrivacyKeyProfilePhoto.md @@ -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'} + +``` + + diff --git a/docs/API_docs/types/InputPrivacyKey.md b/docs/API_docs/types/InputPrivacyKey.md index ce62f805..bce62685 100644 --- a/docs/API_docs/types/InputPrivacyKey.md +++ b/docs/API_docs/types/InputPrivacyKey.md @@ -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):