38 lines
593 B
Markdown
38 lines
593 B
Markdown
|
---
|
||
|
title: inputPrivacyKeyStatusTimestamp
|
||
|
description: inputPrivacyKeyStatusTimestamp attributes, type and example
|
||
|
---
|
||
|
## Constructor: inputPrivacyKeyStatusTimestamp
|
||
|
[Back to constructors index](index.md)
|
||
|
|
||
|
|
||
|
|
||
|
|
||
|
|
||
|
|
||
|
### Type: [InputPrivacyKey](../types/InputPrivacyKey.md)
|
||
|
|
||
|
|
||
|
### Example:
|
||
|
|
||
|
```
|
||
|
$inputPrivacyKeyStatusTimestamp = ['_' => 'inputPrivacyKeyStatusTimestamp'];
|
||
|
```
|
||
|
|
||
|
[PWRTelegram](https://pwrtelegram.xyz) json-encoded version:
|
||
|
|
||
|
```
|
||
|
{"_": "inputPrivacyKeyStatusTimestamp"}
|
||
|
```
|
||
|
|
||
|
|
||
|
Or, if you're into Lua:
|
||
|
|
||
|
|
||
|
```
|
||
|
inputPrivacyKeyStatusTimestamp={_='inputPrivacyKeyStatusTimestamp'}
|
||
|
|
||
|
```
|
||
|
|
||
|
|