MadelineProtoDocs/docs/API_docs/constructors/decryptedMessageActionSetMessageTTL_8.md
2018-04-01 13:24:46 +02:00

854 B

title description
decryptedMessageActionSetMessageTTL decryptedMessageActionSetMessageTTL attributes, type and example

Constructor: decryptedMessageActionSetMessageTTL_8

Back to constructors index

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}