1
0
mirror of https://github.com/danog/MadelineProto.git synced 2024-12-11 08:42:03 +01:00
MadelineProto/docs/API_docs/constructors/decryptedMessageActionSetMessageTTL8.md
2017-05-27 22:21:14 +01:00

721 B

title description
decryptedMessageActionSetMessageTTL8 decryptedMessageActionSetMessageTTL8 attributes, type and example

Constructor: decryptedMessageActionSetMessageTTL8

Back to constructors index

Attributes:

Name Type Required
ttl_seconds int Yes

Type: DecryptedMessageAction

Example:

$decryptedMessageActionSetMessageTTL8 = ['_' => 'decryptedMessageActionSetMessageTTL8', 'ttl_seconds' => int, ];

Or, if you're into Lua:

decryptedMessageActionSetMessageTTL8={_='decryptedMessageActionSetMessageTTL8', ttl_seconds=int, }