988 B
988 B
title | description | image |
---|---|---|
decryptedMessageActionSetMessageTTL | Decrypted message action set message ttl | https://docs.madelineproto.xyz/favicons/android-chrome-256x256.png |
Constructor: decryptedMessageActionSetMessageTTL_8
Decrypted message action set message ttl
Attributes:
Name | Type | Required | Description |
---|---|---|---|
ttl_seconds | int | Yes | Ttl seconds |
Type: DecryptedMessageAction
Example:
$decryptedMessageActionSetMessageTTL_8 = ['_' => 'decryptedMessageActionSetMessageTTL', 'ttl_seconds' => int];
PWRTelegram json-encoded version:
{"_": "decryptedMessageActionSetMessageTTL", "ttl_seconds": int}
Or, if you're into Lua:
decryptedMessageActionSetMessageTTL_8={_='decryptedMessageActionSetMessageTTL', ttl_seconds=int}