692 B
692 B
title | description |
---|---|
decryptedMessageService17 | decryptedMessageService17 attributes, type and example |
Constructor: decryptedMessageService17
Attributes:
Name | Type | Required |
---|---|---|
action | DecryptedMessageAction | Yes |
Type: DecryptedMessage
Example:
$decryptedMessageService17 = ['_' => 'decryptedMessageService17', 'action' => DecryptedMessageAction, ];
Or, if you're into Lua:
decryptedMessageService17={_='decryptedMessageService17', action=DecryptedMessageAction, }