MadelineProtoDocs/old_docs/API_docs_v30/constructors/inputPrivacyKeyStatusTimest...

34 lines
625 B
Markdown
Raw Permalink Normal View History

2020-06-16 17:50:25 +02:00
---
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'}
```