38 lines
633 B
Markdown
38 lines
633 B
Markdown
---
|
|
title: messageChatSetTtl
|
|
description: Messages ttl setting in secret chat has changed
|
|
---
|
|
## Constructor: messageChatSetTtl
|
|
[Back to constructors index](index.md)
|
|
|
|
|
|
|
|
Messages ttl setting in secret chat has changed
|
|
|
|
### Attributes:
|
|
|
|
| Name | Type | Required | Description |
|
|
|----------|:-------------:|:--------:|------------:|
|
|
|ttl|[int](../types/int.md) | Yes|New ttl|
|
|
|
|
|
|
|
|
### Type: [MessageContent](../types/MessageContent.md)
|
|
|
|
|
|
### Example:
|
|
|
|
```
|
|
$messageChatSetTtl = ['_' => 'messageChatSetTtl', 'ttl' => int, ];
|
|
```
|
|
|
|
Or, if you're into Lua:
|
|
|
|
|
|
```
|
|
messageChatSetTtl={_='messageChatSetTtl', ttl=int, }
|
|
|
|
```
|
|
|
|
|