mirror of
https://github.com/danog/MadelineProto.git
synced 2024-12-14 18:46:58 +01:00
20 lines
371 B
Markdown
20 lines
371 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', ];
|
|
``` |