mirror of
https://github.com/danog/MadelineProto.git
synced 2024-12-11 08:42:03 +01:00
721 B
721 B
title | description |
---|---|
decryptedMessageActionSetMessageTTL8 | decryptedMessageActionSetMessageTTL8 attributes, type and example |
Constructor: decryptedMessageActionSetMessageTTL8
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, }