MadelineProtoDocs/docs/API_docs/constructors/decryptedMessageActionSetMessageTTL_8.md

852 B

title description image
decryptedMessageActionSetMessageTTL Decrypted message action set message ttl https://docs.madelineproto.xyz/favicons/android-chrome-256x256.png

Constructor: decryptedMessageActionSetMessageTTL_8

Back to constructors index

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];

Or, if you're into Lua:

decryptedMessageActionSetMessageTTL_8={_='decryptedMessageActionSetMessageTTL', ttl_seconds=int}