mirror of
https://github.com/danog/MadelineProto.git
synced 2024-11-27 13:14:40 +01:00
20 lines
372 B
Markdown
20 lines
372 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', ];
|
||
|
```
|