mirror of
https://github.com/danog/MadelineProto.git
synced 2025-01-06 14:58:15 +01:00
35 lines
582 B
Markdown
35 lines
582 B
Markdown
---
|
|
title: inputPrivacyKeyStatusTimestamp
|
|
description: inputPrivacyKeyStatusTimestamp attributes, type and example
|
|
---
|
|
## Constructor: inputPrivacyKeyStatusTimestamp
|
|
[Back to constructors index](index.md)
|
|
|
|
|
|
|
|
### Attributes:
|
|
|
|
| Name | Type | Required |
|
|
|----------|:-------------:|---------:|
|
|
|
|
|
|
|
|
### Type: [InputPrivacyKey](../types/InputPrivacyKey.md)
|
|
|
|
|
|
### Example:
|
|
|
|
```
|
|
$inputPrivacyKeyStatusTimestamp = ['_' => 'inputPrivacyKeyStatusTimestamp', ];
|
|
```
|
|
|
|
Or, if you're into Lua:
|
|
|
|
|
|
```
|
|
inputPrivacyKeyStatusTimestamp={_='inputPrivacyKeyStatusTimestamp', }
|
|
|
|
```
|
|
|
|
|