mirror of
https://github.com/danog/MadelineProto.git
synced 2024-12-11 08:19:38 +01:00
685 B
685 B
title | description |
---|---|
decryptedMessageService8 | decryptedMessageService8 attributes, type and example |
Constructor: decryptedMessageService8
Attributes:
Name | Type | Required |
---|---|---|
action | DecryptedMessageAction | Yes |
Type: DecryptedMessage
Example:
$decryptedMessageService8 = ['_' => 'decryptedMessageService8', 'action' => DecryptedMessageAction, ];
Or, if you're into Lua:
decryptedMessageService8={_='decryptedMessageService8', action=DecryptedMessageAction, }