1
0
mirror of https://github.com/danog/MadelineProto.git synced 2024-12-11 11:39:37 +01:00
MadelineProto/docs/API_docs/constructors/decryptedMessageActionSetMessageTTL8.md

36 lines
721 B
Markdown
Raw Normal View History

2017-05-27 23:21:14 +02:00
---
title: decryptedMessageActionSetMessageTTL8
description: decryptedMessageActionSetMessageTTL8 attributes, type and example
---
## Constructor: decryptedMessageActionSetMessageTTL8
[Back to constructors index](index.md)
### Attributes:
| Name | Type | Required |
|----------|:-------------:|---------:|
|ttl\_seconds|[int](../types/int.md) | Yes|
### Type: [DecryptedMessageAction](../types/DecryptedMessageAction.md)
### Example:
```
$decryptedMessageActionSetMessageTTL8 = ['_' => 'decryptedMessageActionSetMessageTTL8', 'ttl_seconds' => int, ];
```
Or, if you're into Lua:
```
decryptedMessageActionSetMessageTTL8={_='decryptedMessageActionSetMessageTTL8', ttl_seconds=int, }
```