1
0
mirror of https://github.com/danog/MadelineProto.git synced 2024-12-12 16:07:21 +01:00
MadelineProto/docs/API_docs/constructors/decryptedMessageActionSetMessageTTL_8.md
2017-07-23 16:11:02 +02:00

857 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, }