31 lines
485 B
Markdown
31 lines
485 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', ];
|
||
|
```
|
||
|
|
||
|
Or, if you're into Lua:
|
||
|
|
||
|
|
||
|
```
|
||
|
inputPrivacyKeyStatusTimestamp={_='inputPrivacyKeyStatusTimestamp', }
|
||
|
|
||
|
```
|
||
|
|
||
|
|