--- title: decryptedMessageService17 description: decryptedMessageService17 attributes, type and example --- ## Constructor: decryptedMessageService17 [Back to constructors index](index.md) ### Attributes: | Name | Type | Required | |----------|:-------------:|---------:| |action|[DecryptedMessageAction](../types/DecryptedMessageAction.md) | Yes| ### Type: [DecryptedMessage](../types/DecryptedMessage.md) ### Example: ``` $decryptedMessageService17 = ['_' => 'decryptedMessageService17', 'action' => DecryptedMessageAction, ]; ``` Or, if you're into Lua: ``` decryptedMessageService17={_='decryptedMessageService17', action=DecryptedMessageAction, } ```