MadelineProto/docs/API_docs/constructors/decryptedMessageActionSetMessageTTL_8.md
2017-05-28 03:49:19 +01:00

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

Or, if you're into Lua:

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