34 lines
557 B
Markdown
34 lines
557 B
Markdown
|
---
|
||
|
title: inputPrivacyKeyStatusTimestamp
|
||
|
description: Privacy key status timestamp
|
||
|
image: https://docs.madelineproto.xyz/favicons/android-chrome-256x256.png
|
||
|
---
|
||
|
# Constructor: inputPrivacyKeyStatusTimestamp
|
||
|
[Back to constructors index](index.md)
|
||
|
|
||
|
|
||
|
|
||
|
Privacy key status timestamp
|
||
|
|
||
|
|
||
|
|
||
|
|
||
|
### Type: [InputPrivacyKey](../types/InputPrivacyKey.md)
|
||
|
|
||
|
|
||
|
### Example:
|
||
|
|
||
|
```php
|
||
|
$inputPrivacyKeyStatusTimestamp = ['_' => 'inputPrivacyKeyStatusTimestamp'];
|
||
|
```
|
||
|
|
||
|
|
||
|
Or, if you're into Lua:
|
||
|
|
||
|
```lua
|
||
|
inputPrivacyKeyStatusTimestamp={_='inputPrivacyKeyStatusTimestamp'}
|
||
|
|
||
|
```
|
||
|
|
||
|
|