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