34 lines
625 B
Markdown
34 lines
625 B
Markdown
|
---
|
||
|
title: inputPrivacyKeyStatusTimestamp
|
||
|
description: Whether we can see the exact last online timestamp of the user
|
||
|
image: https://docs.madelineproto.xyz/favicons/android-chrome-256x256.png
|
||
|
---
|
||
|
# Constructor: inputPrivacyKeyStatusTimestamp
|
||
|
[Back to constructors index](index.md)
|
||
|
|
||
|
|
||
|
|
||
|
Whether we can see the exact last online timestamp of the user
|
||
|
|
||
|
|
||
|
|
||
|
|
||
|
### Type: [InputPrivacyKey](../types/InputPrivacyKey.md)
|
||
|
|
||
|
|
||
|
### Example:
|
||
|
|
||
|
```php
|
||
|
$inputPrivacyKeyStatusTimestamp = ['_' => 'inputPrivacyKeyStatusTimestamp'];
|
||
|
```
|
||
|
|
||
|
|
||
|
Or, if you're into Lua:
|
||
|
|
||
|
```lua
|
||
|
inputPrivacyKeyStatusTimestamp={_='inputPrivacyKeyStatusTimestamp'}
|
||
|
|
||
|
```
|
||
|
|
||
|
|