mirror of
https://github.com/danog/MadelineProtoDocs.git
synced 2024-12-02 17:55:35 +01:00
23 lines
499 B
Markdown
23 lines
499 B
Markdown
|
---
|
||
|
title: "inputPrivacyValueAllowPremium"
|
||
|
description: "inputPrivacyValueAllowPremium attributes, type and example"
|
||
|
nav_exclude: true
|
||
|
image: https://docs.madelineproto.xyz/favicons/android-chrome-256x256.png
|
||
|
---
|
||
|
# Constructor: inputPrivacyValueAllowPremium
|
||
|
[Back to constructors index](/API_docs/constructors/index.html)
|
||
|
|
||
|
|
||
|
|
||
|
|
||
|
|
||
|
|
||
|
### Type: [InputPrivacyRule](/API_docs/types/InputPrivacyRule.html)
|
||
|
|
||
|
|
||
|
### Example:
|
||
|
|
||
|
```
|
||
|
$inputPrivacyValueAllowPremium = ['_' => 'inputPrivacyValueAllowPremium'];
|
||
|
```
|