mirror of
https://github.com/danog/MadelineProto.git
synced 2024-12-15 05:56:55 +01:00
44 lines
692 B
Markdown
44 lines
692 B
Markdown
---
|
|
title: privacyKeyUserStatus
|
|
description: Privacy key for managing visibility of the user status
|
|
---
|
|
## Constructor: privacyKeyUserStatus
|
|
[Back to constructors index](index.md)
|
|
|
|
|
|
|
|
Privacy key for managing visibility of the user status
|
|
|
|
### Attributes:
|
|
|
|
| Name | Type | Required | Description |
|
|
|----------|:-------------:|:--------:|------------:|
|
|
|
|
|
|
|
|
### Type: [PrivacyKey](../types/PrivacyKey.md)
|
|
|
|
|
|
### Example:
|
|
|
|
```
|
|
$privacyKeyUserStatus = ['_' => 'privacyKeyUserStatus', ];
|
|
```
|
|
|
|
[PWRTelegram](https://pwrtelegram.xyz) json-encoded version:
|
|
|
|
```
|
|
{"_":"privacyKeyUserStatus"}
|
|
```
|
|
|
|
|
|
Or, if you're into Lua:
|
|
|
|
|
|
```
|
|
privacyKeyUserStatus={_='privacyKeyUserStatus', }
|
|
|
|
```
|
|
|
|
|