854 B
854 B
title | description |
---|---|
decryptedMessageActionSetMessageTTL | decryptedMessageActionSetMessageTTL attributes, type and example |
Constructor: decryptedMessageActionSetMessageTTL_8
Attributes:
Name | Type | Required |
---|---|---|
ttl_seconds | int | Yes |
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}